Lock orientation, "design" (if you can call it that) is not adapted for landscape
This commit is contained in:
parent
ca1737acb8
commit
b584a34c7a
1 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,9 @@
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:windowSoftInputMode="adjustResize"
|
android:windowSoftInputMode="adjustResize"
|
||||||
android:theme="@style/Theme.QRCodeTransfer">
|
android:screenOrientation="portrait"
|
||||||
|
android:theme="@style/Theme.QRCodeTransfer"
|
||||||
|
tools:ignore="LockedOrientationActivity">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue