project_files/Android-build/SDL-android-project/res/layout/fragment_roomlist.xml
branchhedgeroid
changeset 7857 2bc61f8841a1
parent 7582 714310efad8f
equal deleted inserted replaced
7855:ddcdedd3330b 7857:2bc61f8841a1
       
     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>