--- a/project_files/Android-build/SDL-android-project/AndroidManifest.xml Mon Aug 20 20:16:37 2012 +0200
+++ b/project_files/Android-build/SDL-android-project/AndroidManifest.xml Mon Aug 20 20:19:35 2012 +0200
@@ -48,13 +48,12 @@
<service android:name=".Downloader.DownloadService" />
<activity
- android:name="StartGameActivity"
+ android:name=".LocalRoomActivity"
android:label="@string/app_name"
- android:screenOrientation="landscape"
- android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
+ android:screenOrientation="landscape" >
</activity>
<activity
- android:name="TeamSelectionActivity"
+ android:name=".TeamListActivity"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
@@ -73,7 +72,7 @@
android:windowSoftInputMode="adjustPan" >
</activity>
<activity
- android:name=".RoomActivity"
+ android:name=".NetRoomActivity"
android:label="@string/title_activity_room"
android:screenOrientation="landscape"
android:windowSoftInputMode="adjustPan" >