windowSoftInputMode="adjustResize" for Insets

This commit is contained in:
tom5079
2022-04-02 11:30:54 +09:00
parent 4448f61430
commit 97eb85e97c

View File

@@ -41,7 +41,8 @@
android:name=".ui.MainActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:theme="@style/NoActionBarAppTheme"
android:exported="true">
android:exported="true"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.VIEW" />