mirror of
https://github.com/etlegacy/etlegacy-android.git
synced 2025-04-12 04:00:48 +00:00
xml: set screenOrientation to landscape
This commit is contained in:
parent
01e0020a9a
commit
82c2bb8f24
1 changed files with 2 additions and 1 deletions
|
@ -55,9 +55,10 @@
|
|||
<!-- Example of setting SDL hints from AndroidManifest.xml:
|
||||
<meta-data android:name="SDL_ENV.SDL_ACCELEROMETER_AS_JOYSTICK" android:value="0"/>
|
||||
-->
|
||||
|
||||
|
||||
<activity android:name="ETLActivity"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="landscape"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
|
||||
>
|
||||
<intent-filter>
|
||||
|
|
Loading…
Reference in a new issue