# HG changeset patch
# User Xeli
# Date 1308839163 -7200
# Node ID 0cb2d9e82369f4e3404aedab2e3051b6c38378fb
# Parent  379c88aceae35598a057e00c2891729a7eba5cf0
Enabled fullscreen and locked it to landscap

diff -r 379c88aceae3 -r 0cb2d9e82369 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" />