We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
softInputMode
adjustResize
1 parent 183ef1d commit 290bd32Copy full SHA for 290bd32
android/src/main/AndroidManifest.xml
@@ -6,7 +6,7 @@
6
android:label="Notes"
7
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
8
android:icon="@mipmap/ic_launcher">
9
- <activity android:name=".MainActivity" android:exported="true">
+ <activity android:name=".MainActivity" android:exported="true" android:windowSoftInputMode="adjustResize">
10
<intent-filter>
11
<action android:name="android.intent.action.MAIN"/>
12
<category android:name="android.intent.category.LAUNCHER"/>
0 commit comments