project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml
changeset 7455 8e86d8d2927d
parent 7449 2e63537b44f3
child 7476 2fb781bbdd51
equal deleted inserted replaced
7452:915f824039ba 7455:8e86d8d2927d
    34 	        android:baselineAligned="false"
    34 	        android:baselineAligned="false"
    35 	        android:orientation="horizontal" >
    35 	        android:orientation="horizontal" >
    36 	
    36 	
    37 	        <FrameLayout
    37 	        <FrameLayout
    38 	            android:id="@+id/playerFrame"
    38 	            android:id="@+id/playerFrame"
    39 	            android:layout_width="200dp"
    39 	            android:layout_width="250dp"
    40 	            android:layout_height="fill_parent"
    40 	            android:layout_height="fill_parent"
    41 	            android:layout_alignParentRight="true"
    41 	            android:layout_alignParentRight="true"
    42 	            android:background="@drawable/box" >
    42 	            android:background="@drawable/box" >
    43 	
    43 	
    44 	            <fragment
    44 	            <fragment
    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.LobbyChatFragment"
    64 	                class="org.hedgewars.hedgeroid.netplay.ChatFragment"
    65 	                tools:layout="@layout/lobby_chat_fragment" />
    65 	                tools:layout="@layout/fragment_chat" />
    66 	        </FrameLayout>
    66 	        </FrameLayout>
    67 	    </RelativeLayout>
    67 	    </RelativeLayout>
    68 	
    68 	
    69 	</LinearLayout>
    69 	</LinearLayout>
    70 </FrameLayout>
    70 </FrameLayout>