project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml
changeset 7476 2fb781bbdd51
parent 7455 8e86d8d2927d
child 7552 1209e1c3c620
equal deleted inserted replaced
7473:45b9f25ff611 7476:2fb781bbdd51
    43 	
    43 	
    44 	            <fragment
    44 	            <fragment
    45 	                android:id="@+id/playerListFragment"
    45 	                android:id="@+id/playerListFragment"
    46 	                android:layout_width="fill_parent"
    46 	                android:layout_width="fill_parent"
    47 	                android:layout_height="fill_parent"
    47 	                android:layout_height="fill_parent"
    48 	                class="org.hedgewars.hedgeroid.netplay.PlayerlistFragment"
    48 	                class="org.hedgewars.hedgeroid.netplay.LobbyPlayerlistFragment"
    49 	                tools:layout="@layout/lobby_players_fragment" />
    49 	                tools:layout="@layout/fragment_playerlist" />
    50 	        </FrameLayout>
    50 	        </FrameLayout>
    51 	        
    51 	        
    52 	        <FrameLayout
    52 	        <FrameLayout
    53 	            android:layout_width="0dp"
    53 	            android:layout_width="0dp"
    54 	            android:layout_height="fill_parent"
    54 	            android:layout_height="fill_parent"