Hedgeroid: Fixed the restructuring-induced breakage
authorMedo <smaxein@googlemail.com>
Sat, 18 Aug 2012 01:12:03 +0200
changeset 7552 1209e1c3c620
parent 7550 3c4b4cb40f40
child 7554 e50b266ed85a
Hedgeroid: Fixed the restructuring-induced breakage
project_files/Android-build/SDL-android-project/res/layout-large/activity_lobby.xml
project_files/Android-build/SDL-android-project/res/layout/activity_lobby.xml
project_files/Android-build/SDL-android-project/res/layout/activity_netroom.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" />
 	    </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>
--- 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>
--- a/project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml	Sat Aug 18 00:48:09 2012 +0200
+++ b/project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml	Sat Aug 18 01:12:03 2012 +0200
@@ -34,7 +34,7 @@
                     android:id="@+id/mapFragment"
                     android:layout_width="fill_parent"
                     android:layout_height="fill_parent"
-                    class="org.hedgewars.hedgeroid.netplay.MapFragment"
+                    class="org.hedgewars.hedgeroid.MapFragment"
                     tools:layout="@layout/fragment_map" />
             </FrameLayout>
 
@@ -50,7 +50,7 @@
                     android:id="@+id/settingsFragment"
                     android:layout_width="fill_parent"
                     android:layout_height="fill_parent"
-                    class="org.hedgewars.hedgeroid.netplay.SettingsFragment"
+                    class="org.hedgewars.hedgeroid.SettingsFragment"
                     tools:layout="@layout/fragment_settings" />
             </FrameLayout>
 
@@ -65,7 +65,7 @@
                     android:id="@+id/teamsFragment"
                     android:layout_width="fill_parent"
                     android:layout_height="fill_parent"
-                    class="org.hedgewars.hedgeroid.netplay.TeamlistFragment"
+                    class="org.hedgewars.hedgeroid.TeamlistFragment"
                     tools:layout="@layout/fragment_teamlist" />
             </FrameLayout>
         </LinearLayout>
@@ -83,7 +83,7 @@
                 android:id="@+id/playerListFragment"
                 android:layout_width="fill_parent"
                 android:layout_height="fill_parent"
-                class="org.hedgewars.hedgeroid.netplay.RoomPlayerlistFragment"
+                class="org.hedgewars.hedgeroid.RoomPlayerlistFragment"
                 tools:layout="@layout/fragment_playerlist" />
         </FrameLayout>
 
@@ -101,7 +101,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>