chinwag-android/app/src/main/res/layout/item_list.xml

14 lines
540 B
XML
Raw Normal View History

2018-01-07 05:01:37 +11:00
<?xml version="1.0" encoding="utf-8"?>
2018-02-03 23:24:12 +11:00
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
2018-01-07 05:01:37 +11:00
xmlns:tools="http://schemas.android.com/tools"
2018-02-03 23:24:12 +11:00
android:id="@+id/list_name_textview"
2018-01-07 05:01:37 +11:00
android:layout_width="match_parent"
android:layout_height="60dp"
2018-02-03 23:24:12 +11:00
android:paddingLeft="16dp"
android:paddingRight="16dp"
2018-01-07 05:01:37 +11:00
android:background="?selectableItemBackground"
2018-02-03 23:24:12 +11:00
android:drawablePadding="8dp"
android:gravity="center_vertical"
android:textSize="?attr/status_text_medium"
tools:text="Example list" />