project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml
changeset 7552 1209e1c3c620
parent 7508 763d3961400b
child 7582 714310efad8f
equal deleted inserted replaced
7550:3c4b4cb40f40 7552:1209e1c3c620
    32 
    32 
    33                 <fragment
    33                 <fragment
    34                     android:id="@+id/mapFragment"
    34                     android:id="@+id/mapFragment"
    35                     android:layout_width="fill_parent"
    35                     android:layout_width="fill_parent"
    36                     android:layout_height="fill_parent"
    36                     android:layout_height="fill_parent"
    37                     class="org.hedgewars.hedgeroid.netplay.MapFragment"
    37                     class="org.hedgewars.hedgeroid.MapFragment"
    38                     tools:layout="@layout/fragment_map" />
    38                     tools:layout="@layout/fragment_map" />
    39             </FrameLayout>
    39             </FrameLayout>
    40 
    40 
    41             <FrameLayout
    41             <FrameLayout
    42                 android:id="@+id/settingsFrame"
    42                 android:id="@+id/settingsFrame"
    48 
    48 
    49                 <fragment
    49                 <fragment
    50                     android:id="@+id/settingsFragment"
    50                     android:id="@+id/settingsFragment"
    51                     android:layout_width="fill_parent"
    51                     android:layout_width="fill_parent"
    52                     android:layout_height="fill_parent"
    52                     android:layout_height="fill_parent"
    53                     class="org.hedgewars.hedgeroid.netplay.SettingsFragment"
    53                     class="org.hedgewars.hedgeroid.SettingsFragment"
    54                     tools:layout="@layout/fragment_settings" />
    54                     tools:layout="@layout/fragment_settings" />
    55             </FrameLayout>
    55             </FrameLayout>
    56 
    56 
    57             <FrameLayout
    57             <FrameLayout
    58                 android:id="@+id/teamsFrame"
    58                 android:id="@+id/teamsFrame"
    63 
    63 
    64                 <fragment
    64                 <fragment
    65                     android:id="@+id/teamsFragment"
    65                     android:id="@+id/teamsFragment"
    66                     android:layout_width="fill_parent"
    66                     android:layout_width="fill_parent"
    67                     android:layout_height="fill_parent"
    67                     android:layout_height="fill_parent"
    68                     class="org.hedgewars.hedgeroid.netplay.TeamlistFragment"
    68                     class="org.hedgewars.hedgeroid.TeamlistFragment"
    69                     tools:layout="@layout/fragment_teamlist" />
    69                     tools:layout="@layout/fragment_teamlist" />
    70             </FrameLayout>
    70             </FrameLayout>
    71         </LinearLayout>
    71         </LinearLayout>
    72 
    72 
    73         <FrameLayout
    73         <FrameLayout
    81 
    81 
    82             <fragment
    82             <fragment
    83                 android:id="@+id/playerListFragment"
    83                 android:id="@+id/playerListFragment"
    84                 android:layout_width="fill_parent"
    84                 android:layout_width="fill_parent"
    85                 android:layout_height="fill_parent"
    85                 android:layout_height="fill_parent"
    86                 class="org.hedgewars.hedgeroid.netplay.RoomPlayerlistFragment"
    86                 class="org.hedgewars.hedgeroid.RoomPlayerlistFragment"
    87                 tools:layout="@layout/fragment_playerlist" />
    87                 tools:layout="@layout/fragment_playerlist" />
    88         </FrameLayout>
    88         </FrameLayout>
    89 
    89 
    90         <FrameLayout
    90         <FrameLayout
    91             android:layout_width="0dp"
    91             android:layout_width="0dp"
    99 
    99 
   100             <fragment
   100             <fragment
   101                 android:id="@+id/chatFragment"
   101                 android:id="@+id/chatFragment"
   102                 android:layout_width="fill_parent"
   102                 android:layout_width="fill_parent"
   103                 android:layout_height="fill_parent"
   103                 android:layout_height="fill_parent"
   104                 class="org.hedgewars.hedgeroid.netplay.ChatFragment"
   104                 class="org.hedgewars.hedgeroid.ChatFragment"
   105                 tools:layout="@layout/fragment_chat" />
   105                 tools:layout="@layout/fragment_chat" />
   106         </FrameLayout>
   106         </FrameLayout>
   107     </RelativeLayout>
   107     </RelativeLayout>
   108 
   108 
   109 </FrameLayout>
   109 </FrameLayout>