updated android soft input mode

This commit is contained in:
Nouman Tahir 2022-05-23 19:50:14 +05:00
parent 677a34aa4b
commit 96a3240c88

View File

@ -31,7 +31,7 @@
android:launchMode="singleTask"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:windowSoftInputMode="adjustPan">
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />