project_files/Android-build/SDL-android-project/res/layout/lobby_players_fragment.xml
changeset 7330 867e4fda496e
child 7342 0e29eec2df5c
equal deleted inserted replaced
7328:cd919a2ead4e 7330:867e4fda496e
       
     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         tools:listitem="@android:layout/simple_list_item_1" />
       
    16 
       
    17     <TextView
       
    18         android:id="@id/android:empty"
       
    19         android:layout_width="match_parent"
       
    20         android:layout_height="match_parent"
       
    21         android:text="@string/no_players_in_list" />
       
    22 
       
    23 </LinearLayout>