Orientation now can be reverse landscape, small fix to keymap

This commit is contained in:
Sergii Pylypenko
2013-12-25 20:35:31 +02:00
parent 1fb4f17bc3
commit f2bcf09b26
5 changed files with 11 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
android:label="@string/app_name"
android:alwaysRetainTaskState="true"
android:launchMode="singleTask"
android:screenOrientation="landscape"
android:screenOrientation="userLandscape"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode|screenSize|smallestScreenSize"
android:windowSoftInputMode="stateUnspecified|adjustPan"
>