6861c813ea
set title to the contact name. change text size is medium from default(Large).
9 lines
354 B
XML
Executable file
9 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"
|
|
/>
|