support for landscape mode

This commit is contained in:
stom79 2018-04-13 18:09:36 +02:00
parent 4300b2c598
commit 7009bea432
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
android:theme="@style/AppTheme"
>
<activity android:name=".MainActivity"
android:screenOrientation="portrait"
android:configChanges="keyboardHidden|orientation|screenSize"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />