<?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" android:clickable="true" android:focusable="true" android:background="?attr/selectableItemBackground"> <TextView android:id="@+id/theme_name_text_view_item_theme_name" android:layout_width="match_parent" android:layout_height="wrap_content" android:textColor="?attr/primaryTextColor" android:textSize="?attr/font_16" android:fontFamily="?attr/font_family" /> <TextView android:id="@+id/description_text_view_item_theme_name" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="4dp" android:text="@string/theme_name_description" android:textColor="?attr/secondaryTextColor" android:textSize="?attr/font_default" android:fontFamily="?attr/font_family" /> </LinearLayout>