locked the screen orientation in portrait mode

This commit is contained in:
Odweta
2024-11-29 10:25:28 +01:00
parent 26317052cc
commit 079872dae2
+3 -1
View File
@@ -18,10 +18,12 @@
tools:targetApi="31">
<activity
android:name=".MainActivity"
android:screenOrientation="portrait"
android:exported="true"
android:label="@string/app_name"
android:theme="@style/Theme.Solon"
android:windowSoftInputMode="adjustResize">
android:windowSoftInputMode="adjustResize"
tools:ignore="DiscouragedApi">
<intent-filter>
<action android:name="android.intent.action.MAIN" />