project_files/Android-build/SDL-android-project/res/layout/activity_lobby.xml
changeset 7476 2fb781bbdd51
parent 7455 8e86d8d2927d
child 7552 1209e1c3c620
equal deleted inserted replaced
7473:45b9f25ff611 7476:2fb781bbdd51
    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.PlayerlistFragment"
    50                     class="org.hedgewars.hedgeroid.netplay.LobbyPlayerlistFragment"
    51                     tools:layout="@layout/lobby_players_fragment" />
    51                     tools:layout="@layout/fragment_playerlist" />
    52             </FrameLayout>
    52             </FrameLayout>
    53         </LinearLayout>
    53         </LinearLayout>
    54     </TabHost>
    54     </TabHost>
    55 
    55 
    56 </FrameLayout>
    56 </FrameLayout>