9 lines
394 B
XML
9 lines
394 B
XML
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@android:id/text1"
|
||
|
android:paddingTop="5dip"
|
||
|
android:paddingBottom="5dip"
|
||
|
android:paddingLeft="5dp"
|
||
|
android:textColor="#000000"
|
||
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
||
|
android:layout_width="fill_parent"
|
||
|
android:layout_height="wrap_content" />
|