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.
1 parent c42c3ad commit 9404856Copy full SHA for 9404856
app/src/main/AndroidManifest.xml
@@ -18,7 +18,7 @@
18
<activity
19
android:name=".example.ui.ExampleActivity"
20
android:screenOrientation="portrait"
21
- android:windowSoftInputMode="adjustNothing">
+ android:windowSoftInputMode="stateHidden|adjustResize">
22
<intent-filter>
23
<action android:name="android.intent.action.MAIN"/>
24
<category android:name="android.intent.category.LAUNCHER"/>
0 commit comments