Change summary
src/cheogram/res/layout/activity_easy_invite.xml | 1 +
src/cheogram/res/layout/activity_magic_create.xml | 2 +-
src/main/res/layout/activity_scan.xml | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
Detailed changes
@@ -5,6 +5,7 @@
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
+ android:fitsSystemWindows="true"
android:orientation="vertical">
<com.google.android.material.appbar.AppBarLayout
@@ -2,7 +2,7 @@
<layout xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout
-
+ android:fitsSystemWindows="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
@@ -3,6 +3,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:fitsSystemWindows="true"
android:orientation="vertical">
<com.google.android.material.appbar.AppBarLayout