project_files/Android-build/SDL-android-project/res/layout/lobby_players_fragment.xml
changeset 7349 12fdfd2038d4
parent 7346 b0f67c5b4215
child 7449 2e63537b44f3
--- a/project_files/Android-build/SDL-android-project/res/layout/lobby_players_fragment.xml	Thu Jul 19 22:55:36 2012 +0200
+++ b/project_files/Android-build/SDL-android-project/res/layout/lobby_players_fragment.xml	Sat Jul 21 14:56:52 2012 +0200
@@ -3,21 +3,21 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:orientation="vertical"
-    android:paddingLeft="8dp"
-    android:paddingRight="8dp" >
+    android:orientation="vertical" >
 
     <ListView
         android:id="@id/android:list"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         android:drawSelectorOnTop="false"
+        android:cacheColorHint="@android:color/transparent"
         tools:listitem="@android:layout/simple_list_item_1" />
 
     <TextView
         android:id="@id/android:empty"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
+        android:gravity="center"
         android:text="@string/no_players_in_list" />
 
 </LinearLayout>
\ No newline at end of file