project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml
changeset 7461 38acbfdb484f
parent 7455 8e86d8d2927d
child 7476 2fb781bbdd51
equal deleted inserted replaced
7458:fec6fa1e460e 7461:38acbfdb484f
    28                 android:layout_height="wrap_content"
    28                 android:layout_height="wrap_content"
    29                 android:layout_weight="1"
    29                 android:layout_weight="1"
    30                 android:layout_marginRight="10dp"
    30                 android:layout_marginRight="10dp"
    31                 android:background="@drawable/box" >
    31                 android:background="@drawable/box" >
    32 
    32 
    33                 <fragment
    33                 <!-- <fragment
    34                     android:id="@+id/mapFragment"
    34                     android:id="@+id/mapFragment"
    35                     class="org.hedgewars.hedgeroid.netplay.MapFragment"
    35                     class="org.hedgewars.hedgeroid.netplay.MapFragment"
    36                     tools:layout="@layout/fragment_map" />
    36                     tools:layout="@layout/fragment_map" /> -->
    37             </FrameLayout>
    37             </FrameLayout>
    38 
    38 
    39             <FrameLayout
    39             <FrameLayout
    40                 android:id="@+id/settingsFrame"
    40                 android:id="@+id/settingsFrame"
    41                 android:layout_width="0dp"
    41                 android:layout_width="0dp"
    42                 android:layout_height="wrap_content"
    42                 android:layout_height="wrap_content"
    43                 android:layout_marginRight="10dp"
    43                 android:layout_marginRight="10dp"
    44                 android:layout_weight="1"
    44                 android:layout_weight="1"
    45                 android:background="@drawable/box" >
    45                 android:background="@drawable/box" >
    46 
    46 
    47                 <fragment
    47                <!-- <fragment
    48                     android:id="@+id/settingsFragment"
    48                     android:id="@+id/settingsFragment"
    49                     class="org.hedgewars.hedgeroid.netplay.SettingsFragment"
    49                     class="org.hedgewars.hedgeroid.netplay.SettingsFragment"
    50                     tools:layout="@layout/fragment_settings" />
    50                     tools:layout="@layout/fragment_settings" /> -->
    51             </FrameLayout>
    51             </FrameLayout>
    52 
    52 
    53             <FrameLayout
    53             <FrameLayout
    54                 android:id="@+id/teamsFrame"
    54                 android:id="@+id/teamsFrame"
    55                 android:layout_width="0dp"
    55                 android:layout_width="0dp"
    56                 android:layout_height="fill_parent"
    56                 android:layout_height="fill_parent"
    57                 android:layout_weight="1"
    57                 android:layout_weight="1"
    58                 android:background="@drawable/box" >
    58                 android:background="@drawable/box" >
    59 
    59 
    60                 <fragment
    60                 <!-- <fragment
    61                     android:id="@+id/teamsFragment"
    61                     android:id="@+id/teamsFragment"
    62                     class="org.hedgewars.hedgeroid.netplay.TeamsFragment"
    62                     class="org.hedgewars.hedgeroid.netplay.TeamsFragment"
    63                     tools:layout="@layout/fragment_teamlist" />
    63                     tools:layout="@layout/fragment_teamlist" /> -->
    64 
    64 
    65             </FrameLayout>
    65             </FrameLayout>
    66         </LinearLayout>
    66         </LinearLayout>
    67 
    67 
    68         <FrameLayout
    68         <FrameLayout
    72             android:layout_alignParentBottom="true"
    72             android:layout_alignParentBottom="true"
    73             android:layout_alignParentRight="true"
    73             android:layout_alignParentRight="true"
    74             android:layout_below="@id/upperFrame"
    74             android:layout_below="@id/upperFrame"
    75             android:background="@drawable/box" >
    75             android:background="@drawable/box" >
    76 
    76 
    77             <fragment
    77             <!-- <fragment
    78                 android:id="@+id/playerListFragment"
    78                 android:id="@+id/playerListFragment"
    79                 android:layout_width="fill_parent"
    79                 android:layout_width="fill_parent"
    80                 android:layout_height="fill_parent"
    80                 android:layout_height="fill_parent"
    81                 class="org.hedgewars.hedgeroid.netplay.PlayerlistFragment"
    81                 class="org.hedgewars.hedgeroid.netplay.PlayerlistFragment"
    82                 tools:layout="@layout/lobby_players_fragment" />
    82                 tools:layout="@layout/lobby_players_fragment" /> -->
    83         </FrameLayout>
    83         </FrameLayout>
    84 
    84 
    85         <FrameLayout
    85         <FrameLayout
    86             android:layout_width="0dp"
    86             android:layout_width="0dp"
    87             android:layout_height="fill_parent"
    87             android:layout_height="fill_parent"