project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml
changeset 7552 1209e1c3c620
parent 7476 2fb781bbdd51
child 7582 714310efad8f
--- 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" />
 	    </FrameLayout>
 	
@@ -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" />
 	        </FrameLayout>
 	        
@@ -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" />
 	        </FrameLayout>
 	    </RelativeLayout>