project_files/Android-build/SDL-android-project/res/layout/activity_lobby.xml
changeset 7552 1209e1c3c620
parent 7476 2fb781bbdd51
child 7582 714310efad8f
equal deleted inserted replaced
7550:3c4b4cb40f40 7552:1209e1c3c620
    31 
    31 
    32                 <fragment
    32                 <fragment
    33                     android:id="@+id/roomListFragment"
    33                     android:id="@+id/roomListFragment"
    34                     android:layout_width="fill_parent"
    34                     android:layout_width="fill_parent"
    35                     android:layout_height="fill_parent"
    35                     android:layout_height="fill_parent"
    36                     class="org.hedgewars.hedgeroid.netplay.RoomlistFragment"
    36                     class="org.hedgewars.hedgeroid.RoomlistFragment"
    37                     tools:layout="@layout/lobby_rooms_fragment" />
    37                     tools:layout="@layout/lobby_rooms_fragment" />
    38 
    38 
    39                 <fragment
    39                 <fragment
    40                     android:id="@+id/chatFragment"
    40                     android:id="@+id/chatFragment"
    41                     android:layout_width="fill_parent"
    41                     android:layout_width="fill_parent"
    42                     android:layout_height="fill_parent"
    42                     android:layout_height="fill_parent"
    43                     class="org.hedgewars.hedgeroid.netplay.ChatFragment"
    43                     class="org.hedgewars.hedgeroid.ChatFragment"
    44                     tools:layout="@layout/fragment_chat" />
    44                     tools:layout="@layout/fragment_chat" />
    45 
    45 
    46                 <fragment
    46                 <fragment
    47                     android:id="@+id/playerListFragment"
    47                     android:id="@+id/playerListFragment"
    48                     android:layout_width="fill_parent"
    48                     android:layout_width="fill_parent"
    49                     android:layout_height="fill_parent"
    49                     android:layout_height="fill_parent"
    50                     class="org.hedgewars.hedgeroid.netplay.LobbyPlayerlistFragment"
    50                     class="org.hedgewars.hedgeroid.LobbyPlayerlistFragment"
    51                     tools:layout="@layout/fragment_playerlist" />
    51                     tools:layout="@layout/fragment_playerlist" />
    52             </FrameLayout>
    52             </FrameLayout>
    53         </LinearLayout>
    53         </LinearLayout>
    54     </TabHost>
    54     </TabHost>
    55 
    55