project_files/Android-build/SDL-android-project/res/layout/lobby_rooms_fragment.xml
changeset 7582 714310efad8f
parent 7580 c92596feac0d
child 7584 7831c84cc644
equal deleted inserted replaced
7580:c92596feac0d 7582:714310efad8f
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
       
     3     xmlns:tools="http://schemas.android.com/tools"
       
     4     android:layout_width="match_parent"
       
     5     android:layout_height="match_parent"
       
     6     android:orientation="vertical"
       
     7     android:paddingLeft="8dp"
       
     8     android:paddingRight="8dp" >
       
     9 
       
    10     <ListView
       
    11         android:id="@id/android:list"
       
    12         android:layout_width="match_parent"
       
    13         android:layout_height="match_parent"
       
    14         android:drawSelectorOnTop="false"
       
    15         android:cacheColorHint="@android:color/transparent"
       
    16         tools:listitem="@layout/listview_room" />
       
    17 
       
    18     <TextView
       
    19         android:id="@id/android:empty"
       
    20         android:layout_width="match_parent"
       
    21         android:layout_height="match_parent"
       
    22         android:text="@string/no_rooms_in_list" />
       
    23 
       
    24 </LinearLayout>