project_files/Android-build/SDL-android-project/res/layout/lobby_players_fragment.xml
changeset 7349 12fdfd2038d4
parent 7346 b0f67c5b4215
child 7449 2e63537b44f3
equal deleted inserted replaced
7346:b0f67c5b4215 7349:12fdfd2038d4
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3     xmlns:tools="http://schemas.android.com/tools"
     3     xmlns:tools="http://schemas.android.com/tools"
     4     android:layout_width="match_parent"
     4     android:layout_width="match_parent"
     5     android:layout_height="match_parent"
     5     android:layout_height="match_parent"
     6     android:orientation="vertical"
     6     android:orientation="vertical" >
     7     android:paddingLeft="8dp"
       
     8     android:paddingRight="8dp" >
       
     9 
     7 
    10     <ListView
     8     <ListView
    11         android:id="@id/android:list"
     9         android:id="@id/android:list"
    12         android:layout_width="match_parent"
    10         android:layout_width="match_parent"
    13         android:layout_height="match_parent"
    11         android:layout_height="match_parent"
    14         android:drawSelectorOnTop="false"
    12         android:drawSelectorOnTop="false"
       
    13         android:cacheColorHint="@android:color/transparent"
    15         tools:listitem="@android:layout/simple_list_item_1" />
    14         tools:listitem="@android:layout/simple_list_item_1" />
    16 
    15 
    17     <TextView
    16     <TextView
    18         android:id="@id/android:empty"
    17         android:id="@id/android:empty"
    19         android:layout_width="match_parent"
    18         android:layout_width="match_parent"
    20         android:layout_height="match_parent"
    19         android:layout_height="match_parent"
       
    20         android:gravity="center"
    21         android:text="@string/no_players_in_list" />
    21         android:text="@string/no_players_in_list" />
    22 
    22 
    23 </LinearLayout>
    23 </LinearLayout>