Fix IME padding on old Android versions

This commit is contained in:
MM20 2022-05-20 22:35:49 +02:00
parent 4454e593ca
commit d909303de1
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -12,7 +12,7 @@
android:theme="@style/LauncherTheme"
android:stateNotNeeded="true"
android:resumeWhilePausing="true"
android:windowSoftInputMode="stateHidden|adjustNothing">
android:windowSoftInputMode="stateHidden|adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />