diff -r 3c4b4cb40f40 -r 1209e1c3c620 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 Sat Aug 18 00:48:09 2012 +0200 +++ b/project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml Sat Aug 18 01:12:03 2012 +0200 @@ -23,7 +23,7 @@ android:id="@+id/roomListFragment" android:layout_width="fill_parent" android:layout_height="fill_parent" - class="org.hedgewars.hedgeroid.netplay.RoomlistFragment" + class="org.hedgewars.hedgeroid.RoomlistFragment" tools:layout="@layout/lobby_rooms_fragment" /> @@ -45,7 +45,7 @@ android:id="@+id/playerListFragment" android:layout_width="fill_parent" android:layout_height="fill_parent" - class="org.hedgewars.hedgeroid.netplay.LobbyPlayerlistFragment" + class="org.hedgewars.hedgeroid.LobbyPlayerlistFragment" tools:layout="@layout/fragment_playerlist" /> @@ -61,7 +61,7 @@ android:id="@+id/chatFragment" android:layout_width="fill_parent" android:layout_height="fill_parent" - class="org.hedgewars.hedgeroid.netplay.ChatFragment" + class="org.hedgewars.hedgeroid.ChatFragment" tools:layout="@layout/fragment_chat" />