Force proper screen orientation, that was broken in my last few commits

This commit is contained in:
pelya
2012-06-18 13:10:27 +03:00
parent e38ade1e6b
commit 0e1a4897c1
4 changed files with 8 additions and 5 deletions

View File

@@ -11,7 +11,7 @@
>
<activity android:name=".MainActivity"
android:label="@string/app_name"
android:screenOrientation="sensorLandscape"
android:screenOrientation="landscape"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode|screenSize|smallestScreenSize"
android:windowSoftInputMode="stateUnspecified|adjustPan"
>