Reduce margin to 10dp

This commit is contained in:
Luna712 2023-10-29 21:45:48 -06:00
parent 8fe4f58b5a
commit 1fefd26bc9

View file

@ -10,7 +10,7 @@
android:backgroundTint="?attr/primaryGrayBackground"
android:foreground="?attr/selectableItemBackground"
app:cardCornerRadius="@dimen/rounded_image_radius"
android:layout_margin="15dp"
android:layout_margin="10dp"
android:focusable="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintDimensionRatio="1"