project_files/Android-build/SDL-android-project/res/layout/lobby_rooms_fragment.xml
changeset 7349 12fdfd2038d4
parent 7346 b0f67c5b4215
equal deleted inserted replaced
7346:b0f67c5b4215 7349:12fdfd2038d4
    10     <ListView
    10     <ListView
    11         android:id="@id/android:list"
    11         android:id="@id/android:list"
    12         android:layout_width="match_parent"
    12         android:layout_width="match_parent"
    13         android:layout_height="match_parent"
    13         android:layout_height="match_parent"
    14         android:drawSelectorOnTop="false"
    14         android:drawSelectorOnTop="false"
    15         tools:listitem="@android:layout/simple_list_item_2" />
    15         android:cacheColorHint="@android:color/transparent"
       
    16         tools:listitem="@layout/listview_room" />
    16 
    17 
    17     <TextView
    18     <TextView
    18         android:id="@id/android:empty"
    19         android:id="@id/android:empty"
    19         android:layout_width="match_parent"
    20         android:layout_width="match_parent"
    20         android:layout_height="match_parent"
    21         android:layout_height="match_parent"