Fix more insets

Stephen Paul Weber created

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

src/cheogram/res/layout/activity_easy_invite.xml 🔗

@@ -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

src/cheogram/res/layout/activity_magic_create.xml 🔗

@@ -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">

src/main/res/layout/activity_scan.xml 🔗

@@ -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