feat: Add windowSoftInputMode attribute to MainActivity for better keyboard handling

This commit is contained in:
k1ngsterr1
2026-01-09 21:11:01 +05:00
parent 4675f62941
commit 2d7dbe88a5

View File

@@ -20,7 +20,8 @@
android:name=".MainActivity" android:name=".MainActivity"
android:exported="true" android:exported="true"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/Theme.RosettaAndroid"> android:theme="@style/Theme.RosettaAndroid"
android:windowSoftInputMode="adjustResize">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />