xml: set screenOrientation to landscape

This commit is contained in:
rafal1137 2019-05-22 10:56:42 +02:00
parent 01e0020a9a
commit 82c2bb8f24

View file

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