allow reverse landscape (#1265)

by setting android:screenOrientation value to userLandscape
This commit is contained in:
dic1911 2019-10-31 13:46:16 +00:00 committed by Yair Morgenstern
parent 05eb1b40ea
commit 36d5082fd7

View file

@ -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" />