project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml
changeset 7461 38acbfdb484f
parent 7455 8e86d8d2927d
child 7476 2fb781bbdd51
--- a/project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml	Thu Aug 02 16:35:12 2012 +0200
+++ b/project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml	Thu Aug 02 16:36:11 2012 +0200
@@ -30,10 +30,10 @@
                 android:layout_marginRight="10dp"
                 android:background="@drawable/box" >
 
-                <fragment
+                <!-- <fragment
                     android:id="@+id/mapFragment"
                     class="org.hedgewars.hedgeroid.netplay.MapFragment"
-                    tools:layout="@layout/fragment_map" />
+                    tools:layout="@layout/fragment_map" /> -->
             </FrameLayout>
 
             <FrameLayout
@@ -44,10 +44,10 @@
                 android:layout_weight="1"
                 android:background="@drawable/box" >
 
-                <fragment
+               <!-- <fragment
                     android:id="@+id/settingsFragment"
                     class="org.hedgewars.hedgeroid.netplay.SettingsFragment"
-                    tools:layout="@layout/fragment_settings" />
+                    tools:layout="@layout/fragment_settings" /> -->
             </FrameLayout>
 
             <FrameLayout
@@ -57,10 +57,10 @@
                 android:layout_weight="1"
                 android:background="@drawable/box" >
 
-                <fragment
+                <!-- <fragment
                     android:id="@+id/teamsFragment"
                     class="org.hedgewars.hedgeroid.netplay.TeamsFragment"
-                    tools:layout="@layout/fragment_teamlist" />
+                    tools:layout="@layout/fragment_teamlist" /> -->
 
             </FrameLayout>
         </LinearLayout>
@@ -74,12 +74,12 @@
             android:layout_below="@id/upperFrame"
             android:background="@drawable/box" >
 
-            <fragment
+            <!-- <fragment
                 android:id="@+id/playerListFragment"
                 android:layout_width="fill_parent"
                 android:layout_height="fill_parent"
                 class="org.hedgewars.hedgeroid.netplay.PlayerlistFragment"
-                tools:layout="@layout/lobby_players_fragment" />
+                tools:layout="@layout/lobby_players_fragment" /> -->
         </FrameLayout>
 
         <FrameLayout