<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
    android:clipChildren="false"
    android:clipToPadding="false"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginStart="6dp"
    android:layout_marginEnd="6dp">
    <com.google.android.material.imageview.ShapeableImageView
        android:id="@+id/picker_image"
        android:background="?attr/selectableItemBackground"
        android:focusable="true"
        android:focusableInTouchMode="false"
        android:layout_width="120dp"
        android:layout_height="180dp"
        android:scaleType="centerCrop"
        android:contentDescription="@string/image_picker_subtitle"
        app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.PickerImage"/>
</FrameLayout>
