project_files/Android-build/SDL-android-project/AndroidManifest.xml
changeset 7582 714310efad8f
parent 7508 763d3961400b
child 10017 de822cd3df3a
--- 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" >