# HG changeset patch # User Medo # Date 1345245123 -7200 # Node ID 1209e1c3c620e4f4a033164f28f58c5ab6fc6f5f # Parent 3c4b4cb40f402780ffe4122b750ef12b586d81aa Hedgeroid: Fixed the restructuring-induced breakage 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" /> diff -r 3c4b4cb40f40 -r 1209e1c3c620 project_files/Android-build/SDL-android-project/res/layout/activity_lobby.xml --- 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" /> diff -r 3c4b4cb40f40 -r 1209e1c3c620 project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml --- 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" /> @@ -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" /> @@ -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" /> @@ -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" /> @@ -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" />