mirror of
https://github.com/moparisthebest/k-9
synced 2024-10-31 23:55:08 -04:00
6861c813ea
set title to the contact name. change text size is medium from default(Large).
10 lines
354 B
XML
Executable File
10 lines
354 B
XML
Executable File
<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"
|
|
/>
|