Fixed that on Android soft keyboard cut off upper parts of the screen

This commit is contained in:
dankito 2024-09-05 01:48:24 +02:00
parent 3046188db9
commit 5dddf2f8c1
1 changed files with 2 additions and 0 deletions

View File

@ -10,9 +10,11 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@android:style/Theme.Material.Light.NoActionBar">
<activity
android:exported="true"
android:configChanges="orientation|screenSize|screenLayout|keyboardHidden|mnc|colorMode|density|fontScale|fontWeightAdjustment|keyboard|layoutDirection|locale|mcc|navigation|smallestScreenSize|touchscreen|uiMode"
android:windowSoftInputMode="adjustResize"
android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />