unhide ImportBackupActivity ActionBar

Phillip Davis created

Change summary

src/cheogram/res/layout/activity_import_backup.xml | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

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

@@ -5,10 +5,12 @@
     <LinearLayout
         android:layout_width="fill_parent"
         android:layout_height="fill_parent"
+        android:fitsSystemWindows="true"
         android:orientation="vertical">
 
         <com.google.android.material.appbar.AppBarLayout
             android:layout_width="match_parent"
+            android:fitsSystemWindows="true"
             android:layout_height="wrap_content">
 
             <com.google.android.material.appbar.MaterialToolbar