We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49d78e commit c789ca7Copy full SHA for c789ca7
1 file changed
app/src/main/AndroidManifest.xml
@@ -13,7 +13,7 @@
13
android:usesCleartextTraffic="true"
14
android:theme="@style/AppTheme">
15
16
- <activity android:name=".main.MainActivity" android:theme="@style/AppTheme">
+ <activity android:name=".main.MainActivity" android:theme="@style/AppTheme" android:windowSoftInputMode="adjustPan" >
17
<intent-filter>
18
<action android:name="android.intent.action.VIEW"/>
19
<action android:name="android.intent.action.MAIN"/>
0 commit comments