synchronization info layout maybe?

This commit is contained in:
Zakhar Timoshenko
2022-07-21 00:22:45 +03:00
parent 27177996d3
commit c9695b1d2f
2 changed files with 71 additions and 1 deletions

View File

@@ -16,6 +16,17 @@
android:layout_height="wrap_content"
android:layout_margin="@dimen/margin_normal" />
<include
android:id="@+id/layout_sync"
layout="@layout/layout_synchronization"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginVertical="@dimen/margin_small" />
<include
android:id="@+id/layout_storage"
layout="@layout/layout_memory_usage"
@@ -63,4 +74,4 @@
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.core.widget.NestedScrollView>