# HG changeset patch
# User Xeli
# Date 1322245974 -3600
# Node ID d2629bdee65b258c9b42b0fb9bef3d5a1749ca9b
# Parent  1ef4192aa80de7f96a093a2ca703b3bec35c99e7
android: prevent the virtual keyboard from opening at the start

diff -r 1ef4192aa80d -r d2629bdee65b project_files/Android-build/SDL-android-project/AndroidManifest.xml
--- a/project_files/Android-build/SDL-android-project/AndroidManifest.xml	Fri Nov 25 18:36:12 2011 +0300
+++ b/project_files/Android-build/SDL-android-project/AndroidManifest.xml	Fri Nov 25 19:32:54 2011 +0100
@@ -48,7 +48,8 @@
         <activity android:name="TeamCreatorActivity"
                   android:label="@string/app_name"
 				  android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
-				  android:screenOrientation='landscape'>
+				  android:screenOrientation='landscape'
+				  android:windowSoftInputMode="stateUnchanged">
         </activity>
     </application>
 </manifest>