add fitsSystemWindows to activity_webxdc_store.xml

Phillip Davis created

Change summary

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

Detailed changes

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

@@ -32,10 +32,12 @@
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="match_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