diff -r b0f67c5b4215 -r 12fdfd2038d4 project_files/Android-build/SDL-android-project/res/layout/lobby_rooms_fragment.xml --- a/project_files/Android-build/SDL-android-project/res/layout/lobby_rooms_fragment.xml Thu Jul 19 22:55:36 2012 +0200 +++ b/project_files/Android-build/SDL-android-project/res/layout/lobby_rooms_fragment.xml Sat Jul 21 14:56:52 2012 +0200 @@ -12,7 +12,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:drawSelectorOnTop="false" - tools:listitem="@android:layout/simple_list_item_2" /> + android:cacheColorHint="@android:color/transparent" + tools:listitem="@layout/listview_room" />