--- 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>