project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml
changeset 7449 2e63537b44f3
parent 7349 12fdfd2038d4
child 7455 8e86d8d2927d
--- a/project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml	Fri Jul 27 01:38:24 2012 +0200
+++ b/project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml	Wed Aug 01 20:41:54 2012 +0200
@@ -27,7 +27,7 @@
 	            tools:layout="@layout/lobby_rooms_fragment" />
 	    </FrameLayout>
 	
-	    <LinearLayout
+	    <RelativeLayout
 	        android:layout_width="fill_parent"
 	        android:layout_height="0dp"
 	        android:layout_weight="0.6"
@@ -35,10 +35,26 @@
 	        android:orientation="horizontal" >
 	
 	        <FrameLayout
+	            android:id="@+id/playerFrame"
+	            android:layout_width="200dp"
+	            android:layout_height="fill_parent"
+	            android:layout_alignParentRight="true"
+	            android:background="@drawable/box" >
+	
+	            <fragment
+	                android:id="@+id/playerListFragment"
+	                android:layout_width="fill_parent"
+	                android:layout_height="fill_parent"
+	                class="org.hedgewars.hedgeroid.netplay.PlayerlistFragment"
+	                tools:layout="@layout/lobby_players_fragment" />
+	        </FrameLayout>
+	        
+	        <FrameLayout
 	            android:layout_width="0dp"
 	            android:layout_height="fill_parent"
+	            android:layout_alignParentLeft="true"
+	            android:layout_toLeftOf="@id/playerFrame"
 	            android:layout_marginRight="10dp"
-	            android:layout_weight="0.7"
 	            android:background="@drawable/box" >
 	
 	            <fragment
@@ -48,21 +64,7 @@
 	                class="org.hedgewars.hedgeroid.netplay.LobbyChatFragment"
 	                tools:layout="@layout/lobby_chat_fragment" />
 	        </FrameLayout>
-	
-	        <FrameLayout
-	            android:layout_width="0dp"
-	            android:layout_height="fill_parent"
-	            android:layout_weight="0.3"
-	            android:background="@drawable/box" >
-	
-	            <fragment
-	                android:id="@+id/playerListFragment"
-	                android:layout_width="fill_parent"
-	                android:layout_height="fill_parent"
-	                class="org.hedgewars.hedgeroid.netplay.PlayerlistFragment"
-	                tools:layout="@layout/lobby_players_fragment" />
-	        </FrameLayout>
-	    </LinearLayout>
+	    </RelativeLayout>
 	
 	</LinearLayout>
 </FrameLayout>
\ No newline at end of file