project_files/Android-build/SDL-android-project/res/layout/lobby_players_fragment.xml
changeset 7449 2e63537b44f3
parent 7349 12fdfd2038d4
--- a/project_files/Android-build/SDL-android-project/res/layout/lobby_players_fragment.xml	Fri Jul 27 01:38:24 2012 +0200
+++ b/project_files/Android-build/SDL-android-project/res/layout/lobby_players_fragment.xml	Wed Aug 01 20:41:54 2012 +0200
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
@@ -11,7 +11,7 @@
         android:layout_height="match_parent"
         android:drawSelectorOnTop="false"
         android:cacheColorHint="@android:color/transparent"
-        tools:listitem="@android:layout/simple_list_item_1" />
+        tools:listitem="@layout/listview_player" />
 
     <TextView
         android:id="@id/android:empty"
@@ -19,5 +19,4 @@
         android:layout_height="match_parent"
         android:gravity="center"
         android:text="@string/no_players_in_list" />
-
-</LinearLayout>
\ No newline at end of file
+</FrameLayout>
\ No newline at end of file