diff options
Diffstat (limited to 'app/src/main/res/layout/adapter_default_entry.xml')
-rw-r--r-- | app/src/main/res/layout/adapter_default_entry.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/layout/adapter_default_entry.xml b/app/src/main/res/layout/adapter_default_entry.xml new file mode 100644 index 00000000..e9fb8929 --- /dev/null +++ b/app/src/main/res/layout/adapter_default_entry.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/text" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginLeft="16dip" + android:layout_marginRight="16dip" + android:lineSpacingExtra="2dip" + android:paddingTop="8dip" + android:paddingBottom="8dip" + android:textAppearance="?android:attr/textAppearanceMedium" + android:textColor="#000" + android:textSize="16sp" + tools:text="Hello" />
\ No newline at end of file |