project_files/Android-build/SDL-android-project/res/layout/activity_lobby.xml
changeset 7552 1209e1c3c620
parent 7476 2fb781bbdd51
child 7582 714310efad8f
--- a/project_files/Android-build/SDL-android-project/res/layout/activity_lobby.xml	Sat Aug 18 00:48:09 2012 +0200
+++ b/project_files/Android-build/SDL-android-project/res/layout/activity_lobby.xml	Sat Aug 18 01:12:03 2012 +0200
@@ -33,21 +33,21 @@
                     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" />
 
                 <fragment
                     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" />
 
                 <fragment
                     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>
         </LinearLayout>