Add windowSoftInputMode adjustResize to MainActivity

Made-with: Cursor
This commit is contained in:
LoveSy
2026-03-07 12:13:51 +08:00
committed by topjohnwu
parent 6771f1141b
commit b02f52f283
+1
View File
@@ -6,6 +6,7 @@
<activity
android:name=".ui.MainActivity"
android:exported="true"
android:windowSoftInputMode="adjustResize"
android:theme="@style/SplashTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />