allow reverse landscape (#1265)
by setting android:screenOrientation value to userLandscape
This commit is contained in:
parent
05eb1b40ea
commit
36d5082fd7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<activity
|
||||
android:name="com.unciv.app.AndroidLauncher"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="landscape"
|
||||
android:screenOrientation="userLandscape"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
|
Loading…
Reference in a new issue