AndroidManifest.xml: Prevent layout changed when soft input called (#1985)
This commit is contained in:
parent
4f7c4d23e8
commit
4ffb7febb0
|
|
@ -37,7 +37,8 @@
|
|||
<activity
|
||||
android:name=".ui.activity.MainActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop">
|
||||
android:launchMode="singleTop"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue