project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml
changeset 7552 1209e1c3c620
parent 7476 2fb781bbdd51
child 7582 714310efad8f
equal deleted inserted replaced
7550:3c4b4cb40f40 7552:1209e1c3c620
    21 	
    21 	
    22 	        <fragment
    22 	        <fragment
    23 	            android:id="@+id/roomListFragment"
    23 	            android:id="@+id/roomListFragment"
    24 	            android:layout_width="fill_parent"
    24 	            android:layout_width="fill_parent"
    25 	            android:layout_height="fill_parent"
    25 	            android:layout_height="fill_parent"
    26 	            class="org.hedgewars.hedgeroid.netplay.RoomlistFragment"
    26 	            class="org.hedgewars.hedgeroid.RoomlistFragment"
    27 	            tools:layout="@layout/lobby_rooms_fragment" />
    27 	            tools:layout="@layout/lobby_rooms_fragment" />
    28 	    </FrameLayout>
    28 	    </FrameLayout>
    29 	
    29 	
    30 	    <RelativeLayout
    30 	    <RelativeLayout
    31 	        android:layout_width="fill_parent"
    31 	        android:layout_width="fill_parent"
    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.LobbyPlayerlistFragment"
    48 	                class="org.hedgewars.hedgeroid.LobbyPlayerlistFragment"
    49 	                tools:layout="@layout/fragment_playerlist" />
    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"
    59 	
    59 	
    60 	            <fragment
    60 	            <fragment
    61 	                android:id="@+id/chatFragment"
    61 	                android:id="@+id/chatFragment"
    62 	                android:layout_width="fill_parent"
    62 	                android:layout_width="fill_parent"
    63 	                android:layout_height="fill_parent"
    63 	                android:layout_height="fill_parent"
    64 	                class="org.hedgewars.hedgeroid.netplay.ChatFragment"
    64 	                class="org.hedgewars.hedgeroid.ChatFragment"
    65 	                tools:layout="@layout/fragment_chat" />
    65 	                tools:layout="@layout/fragment_chat" />
    66 	        </FrameLayout>
    66 	        </FrameLayout>
    67 	    </RelativeLayout>
    67 	    </RelativeLayout>
    68 	
    68 	
    69 	</LinearLayout>
    69 	</LinearLayout>