diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5476f01..8b04593 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -21,8 +21,7 @@ android:name=".MainActivity" android:exported="true" android:theme="@style/Theme.Pazzword" - android:windowSoftInputMode="adjustPan" - android:fitsSystemWindows="true"> + android:windowSoftInputMode="adjustPan"> diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 10f91bd..caada6a 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/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">