aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/adapter_default_entry.xml
blob: bf91ef231d454f6de3389029dc3de529e5a7c448 (plain) (tree)
1
2
3
4
5
6
7
8

                                                                    


                                        


                                                   
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/text"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginLeft="16dp"
    android:layout_marginRight="16dp"
    android:textSize="?attr/content_font_default" />