android: prevent the virtual keyboard from opening at the start
authorXeli
Fri, 25 Nov 2011 19:32:54 +0100
changeset 6427 d2629bdee65b
parent 6425 1ef4192aa80d
child 6429 40a61d915ebe
android: prevent the virtual keyboard from opening at the start
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>