From 1fefd26bc96fbe09687dcbd2e9c0156b38b1c807 Mon Sep 17 00:00:00 2001 From: Luna712 <142361265+Luna712@users.noreply.github.com> Date: Sun, 29 Oct 2023 21:45:48 -0600 Subject: [PATCH] Reduce margin to 10dp --- app/src/main/res/layout/account_list_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/account_list_item.xml b/app/src/main/res/layout/account_list_item.xml index 7a97a641..33b52fd4 100644 --- a/app/src/main/res/layout/account_list_item.xml +++ b/app/src/main/res/layout/account_list_item.xml @@ -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"