project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml
--- a/project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml Wed Aug 01 20:56:32 2012 +0200
+++ b/project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml Wed Aug 01 21:13:39 2012 +0200
@@ -36,7 +36,7 @@
<FrameLayout
android:id="@+id/playerFrame"
- android:layout_width="200dp"
+ android:layout_width="250dp"
android:layout_height="fill_parent"
android:layout_alignParentRight="true"
android:background="@drawable/box" >
@@ -61,8 +61,8 @@
android:id="@+id/chatFragment"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- class="org.hedgewars.hedgeroid.netplay.LobbyChatFragment"
- tools:layout="@layout/lobby_chat_fragment" />
+ class="org.hedgewars.hedgeroid.netplay.ChatFragment"
+ tools:layout="@layout/fragment_chat" />
</FrameLayout>
</RelativeLayout>