<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/icon_group"
    android:layout_width="@dimen/dimen017b"
    android:layout_height="@dimen/dimen017a">
    <ImageView
        android:id="@+id/icon"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginTop="@dimen/dimen0178"
        android:layout_marginBottom="@dimen/dimen0178"
        android:scaleType="centerInside"
        android:layout_marginStart="@dimen/dimen0178"
        android:layout_marginEnd="@dimen/dimen0178"/>
    <ImageView
        android:layout_gravity="end|bottom"
        android:id="@+id/right_icon"
        android:visibility="gone"
        android:layout_width="@dimen/dimen017e"
        android:layout_height="@dimen/dimen017e"
        android:layout_marginBottom="8dp"
        android:scaleType="centerInside"
        android:layout_marginEnd="8dp"/>
</FrameLayout>
