project_files/Android-build/SDL-android-project/res/layout/listview_room.xml
changeset 7349 12fdfd2038d4
child 7352 641f11cdd319
equal deleted inserted replaced
7346:b0f67c5b4215 7349:12fdfd2038d4
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <TwoLineListItem xmlns:android="http://schemas.android.com/apk/res/android"
       
     3     android:layout_width="fill_parent"
       
     4     android:layout_height="wrap_content"
       
     5     android:mode="twoLine">
       
     6 
       
     7     <TextView
       
     8         android:id="@android:id/text1"
       
     9         android:layout_width="fill_parent"
       
    10         android:layout_height="wrap_content"
       
    11         android:drawablePadding="5dp"
       
    12         android:textAppearance="?android:attr/textAppearanceMedium" />
       
    13 
       
    14     <TextView
       
    15         android:id="@android:id/text2"
       
    16         android:layout_width="fill_parent"
       
    17         android:layout_height="wrap_content"
       
    18         android:layout_alignLeft="@android:id/text1"
       
    19         android:layout_below="@android:id/text1"
       
    20         android:textAppearance="?android:attr/textAppearanceSmall" />
       
    21 
       
    22 </TwoLineListItem>