Forbids landscape orientation for app

This commit is contained in:
mashazyu
2020-03-22 17:02:47 +01:00
committed by Sofiya Tepikin
parent 4f736d5fe2
commit d3e795a51f
2 changed files with 17 additions and 17 deletions
+2 -1
View File
@@ -29,7 +29,8 @@
android:name=".MainActivity"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:windowSoftInputMode="adjustResize">
android:windowSoftInputMode="adjustResize"
android:screenOrientation="sensorPortrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />