aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/item_theme_name.xml
blob: 4daded116ec926721d1602611f70a65c21914e54 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                        
                                                  

                                                 






                                                               
                                                    

                                                 

              
<?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>