AndroidManifest.xml: Prevent layout changed when soft input called (#1985)

This commit is contained in:
桜庭咲く 2022-06-11 18:16:07 +08:00 committed by GitHub
parent 4f7c4d23e8
commit 4ffb7febb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@
<activity
android:name=".ui.activity.MainActivity"
android:exported="true"
android:launchMode="singleTop">
android:launchMode="singleTop"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />