We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1d440 commit 38fa9c2Copy full SHA for 38fa9c2
app/src/main/AndroidManifest.xml
@@ -14,7 +14,8 @@
14
android:usesCleartextTraffic="true">
15
<activity
16
android:name=".MainActivity"
17
- android:launchMode="standard">
+ android:launchMode="standard"
18
+ android:windowSoftInputMode="adjustPan">
19
<intent-filter>
20
<action android:name="android.intent.action.VIEW" />
21
<action android:name="android.intent.action.MAIN" />
0 commit comments