<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2024 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="wrap_content"
    android:layout_height="@dimen/shared_image_tiles_icon_total_height"
    android:minWidth="@dimen/shared_image_tiles_icon_total_height"
    android:background="@drawable/round_image_filled"
    android:layout_marginEnd="@dimen/shared_image_tiles_overlap_margin_negative" >

    <org.chromium.components.browser_ui.widget.RoundedCornerImageView
        android:id="@+id/shared_image_tiles_avatar_container"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        app:cornerRadiusTopStart="@dimen/shared_image_tiles_icon_radius"
        app:cornerRadiusTopEnd="@dimen/shared_image_tiles_icon_radius"
        app:cornerRadiusBottomStart="@dimen/shared_image_tiles_icon_radius"
        app:cornerRadiusBottomEnd="@dimen/shared_image_tiles_icon_radius"
        android:importantForAccessibility="no" />
</FrameLayout>
