Attempt to fix insets

This commit is contained in:
Zakhar Timoshenko
2022-07-21 23:14:40 +03:00
parent af901baff3
commit 70de4f750c
11 changed files with 72 additions and 34 deletions

View File

@@ -23,12 +23,16 @@
android:id="@+id/layout_sync"
layout="@layout/layout_synchronization"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:visibility="gone"
tools:visibility="visible" />
<com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginVertical="@dimen/margin_small" />
android:layout_marginVertical="@dimen/margin_small"
android:visibility="gone"
tools:visibility="visible" />
<include
android:id="@+id/layout_storage"