Lock orientation, "design" (if you can call it that) is not adapted for landscape

This commit is contained in:
Gergely Hegedus 2023-11-19 01:49:56 +02:00
parent ca1737acb8
commit b584a34c7a

View file

@ -17,7 +17,9 @@
android:name=".MainActivity"
android:exported="true"
android:windowSoftInputMode="adjustResize"
android:theme="@style/Theme.QRCodeTransfer">
android:screenOrientation="portrait"
android:theme="@style/Theme.QRCodeTransfer"
tools:ignore="LockedOrientationActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />