diff -r 45b9f25ff611 -r 2fb781bbdd51 project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml --- a/project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml Mon Aug 06 22:33:07 2012 +0200 +++ b/project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml Mon Aug 06 22:39:36 2012 +0200 @@ -26,14 +26,18 @@ android:id="@+id/mapFrame" android:layout_width="0dp" android:layout_height="wrap_content" + android:layout_marginRight="10dp" android:layout_weight="1" - android:layout_marginRight="10dp" android:background="@drawable/box" > - + tools:layout="@layout/fragment_map" /> + --> - + tools:layout="@layout/fragment_settings" /> + --> - - + android:layout_width="fill_parent" + android:layout_height="fill_parent" + class="org.hedgewars.hedgeroid.netplay.TeamlistFragment" + tools:layout="@layout/fragment_teamlist" /> @@ -74,12 +83,12 @@ android:layout_below="@id/upperFrame" android:background="@drawable/box" > - + class="org.hedgewars.hedgeroid.netplay.RoomPlayerlistFragment" + tools:layout="@layout/fragment_playerlist" />