<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              android:orientation="vertical"
              android:layout_width="match_parent"
              android:layout_height="wrap_content"
              android:padding="16dp">
    <ImageView
        android:id="@+id/iconImageView"
        android:layout_gravity="center_horizontal"
        android:layout_width="24dp"
        android:layout_height="24dp"
        android:background="#ffdddddd"/>
    <TextView
        android:id="@+id/iconName"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="16dp"
        android:gravity="center"/>
</LinearLayout>