mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-01 08:05:08 -04:00
10 lines
354 B
XML
10 lines
354 B
XML
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@android:id/text1"
|
||
|
android:layout_width="fill_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||
|
android:gravity="center_vertical"
|
||
|
android:paddingLeft="6dip"
|
||
|
android:minHeight="?android:attr/listPreferredItemHeight"
|
||
|
/>
|