Enabled fullscreen and locked it to landscap hedgeroid
authorXeli
Thu, 23 Jun 2011 16:26:03 +0200
branchhedgeroid
changeset 5323 0cb2d9e82369
parent 5320 379c88aceae3
child 5326 e73f1c043c85
Enabled fullscreen and locked it to landscap
project_files/Android-build/SDL-android-project/AndroidManifest.xml
--- a/project_files/Android-build/SDL-android-project/AndroidManifest.xml	Thu Jun 23 15:51:21 2011 +0200
+++ b/project_files/Android-build/SDL-android-project/AndroidManifest.xml	Thu Jun 23 16:26:03 2011 +0200
@@ -5,7 +5,9 @@
       android:versionName="1.0">
     <application android:label="@string/app_name" android:icon="@drawable/icon">
         <activity android:name="SDLActivity"
-                  android:label="@string/app_name">
+                  android:label="@string/app_name"
+ 		  android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
+		  android:screenOrientation='landscape'>
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />