activity_listitem_1.xml (354B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <TextView xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="fill_parent" 4 android:layout_height="fill_parent" 5 android:background="@color/green" 6 android:id="@+id/exhibit" 7 android:padding="10dip" 8 android:textSize="16dip" 9 android:textStyle="bold"> 10 11 </TextView>