project_files/Android-build/SDL-android-project/res/layout/lobby_players_fragment.xml
changeset 7449 2e63537b44f3
parent 7349 12fdfd2038d4
equal deleted inserted replaced
7444:2e31f114f57e 7449:2e63537b44f3
     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 <FrameLayout 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 
     7 
     9         android:id="@id/android:list"
     9         android:id="@id/android:list"
    10         android:layout_width="match_parent"
    10         android:layout_width="match_parent"
    11         android:layout_height="match_parent"
    11         android:layout_height="match_parent"
    12         android:drawSelectorOnTop="false"
    12         android:drawSelectorOnTop="false"
    13         android:cacheColorHint="@android:color/transparent"
    13         android:cacheColorHint="@android:color/transparent"
    14         tools:listitem="@android:layout/simple_list_item_1" />
    14         tools:listitem="@layout/listview_player" />
    15 
    15 
    16     <TextView
    16     <TextView
    17         android:id="@id/android:empty"
    17         android:id="@id/android:empty"
    18         android:layout_width="match_parent"
    18         android:layout_width="match_parent"
    19         android:layout_height="match_parent"
    19         android:layout_height="match_parent"
    20         android:gravity="center"
    20         android:gravity="center"
    21         android:text="@string/no_players_in_list" />
    21         android:text="@string/no_players_in_list" />
    22 
    22 </FrameLayout>
    23 </LinearLayout>