project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml
changeset 7508 763d3961400b
parent 7476 2fb781bbdd51
child 7552 1209e1c3c620
--- a/project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml	Sat Aug 18 00:22:33 2012 +0200
+++ b/project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml	Sat Aug 18 00:47:51 2012 +0200
@@ -21,7 +21,7 @@
             android:layout_marginBottom="10dp"
             android:baselineAligned="false"
             android:minHeight="200dp" >
-
+            
             <FrameLayout
                 android:id="@+id/mapFrame"
                 android:layout_width="0dp"
@@ -30,14 +30,12 @@
                 android:layout_weight="1"
                 android:background="@drawable/box" >
 
-                <!--
-                     <fragment
+                <fragment
                     android:id="@+id/mapFragment"
-                                    android:layout_width="fill_parent"
-                android:layout_height="fill_parent"
+                    android:layout_width="fill_parent"
+                    android:layout_height="fill_parent"
                     class="org.hedgewars.hedgeroid.netplay.MapFragment"
                     tools:layout="@layout/fragment_map" />
-                -->
             </FrameLayout>
 
             <FrameLayout
@@ -48,14 +46,12 @@
                 android:layout_weight="1"
                 android:background="@drawable/box" >
 
-                <!--
-                    <fragment
+                <fragment
                     android:id="@+id/settingsFragment"
-                                    android:layout_width="fill_parent"
-                android:layout_height="fill_parent"
+                    android:layout_width="fill_parent"
+                    android:layout_height="fill_parent"
                     class="org.hedgewars.hedgeroid.netplay.SettingsFragment"
                     tools:layout="@layout/fragment_settings" />
-                -->
             </FrameLayout>
 
             <FrameLayout