Fix android keyboard screen resizing

This commit is contained in:
retorted 2025-04-22 14:51:12 +00:00 committed by GitHub
parent 4e00b27913
commit be961274e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@
<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
android:launchMode="singleTask"
android:windowSoftInputMode="adjustResize"
android:label="@string/main_activity_title"
android:name=".MainActivity"
android:exported="true">