Skip to content

Commit c789ca7

Browse files
committed
Change activity keyboard state
1 parent d49d78e commit c789ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
android:usesCleartextTraffic="true"
1414
android:theme="@style/AppTheme">
1515

16-
<activity android:name=".main.MainActivity" android:theme="@style/AppTheme">
16+
<activity android:name=".main.MainActivity" android:theme="@style/AppTheme" android:windowSoftInputMode="adjustPan" >
1717
<intent-filter>
1818
<action android:name="android.intent.action.VIEW"/>
1919
<action android:name="android.intent.action.MAIN"/>

0 commit comments

Comments
 (0)