Fix: Release items' margins

This commit is contained in:
machiav3lli 2021-12-13 12:07:38 +01:00
parent f2251b99c8
commit e540c7ae15

View File

@ -7,6 +7,8 @@
<com.google.android.material.card.MaterialCardView
android:layout_width="match_parent"
android:layout_marginHorizontal="@dimen/shape_margin_medium"
android:layout_marginVertical="@dimen/shape_margin_small"
android:layout_height="wrap_content">
<androidx.appcompat.widget.LinearLayoutCompat