mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 13:27:22 -04:00
allow reverse landscape (#1265)
by setting android:screenOrientation value to userLandscape
This commit is contained in:
parent
05eb1b40ea
commit
36d5082fd7
@ -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…
x
Reference in New Issue
Block a user