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"