We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f40357 commit 6b03dedCopy full SHA for 6b03ded
app/src/main/AndroidManifest.xml
@@ -21,8 +21,7 @@
21
android:name=".MainActivity"
22
android:exported="true"
23
android:theme="@style/Theme.Pazzword"
24
- android:windowSoftInputMode="adjustPan"
25
- android:fitsSystemWindows="true">
+ android:windowSoftInputMode="adjustPan">
26
27
<intent-filter>
28
app/src/main/res/layout/activity_main.xml
@@ -21,6 +21,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/container"
+ android:fitsSystemWindows="true"
android:layout_width="match_parent"
android:layout_height="match_parent">
0 commit comments