From 0b32db04074acc77836551a9c00f7503648a3f51 Mon Sep 17 00:00:00 2001 From: jarnedemeulemeester Date: Sun, 22 Aug 2021 19:01:12 +0200 Subject: [PATCH] Add some more space between libraries --- app/src/main/res/layout/collection_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/collection_item.xml b/app/src/main/res/layout/collection_item.xml index 33784dd5..2261215b 100644 --- a/app/src/main/res/layout/collection_item.xml +++ b/app/src/main/res/layout/collection_item.xml @@ -14,7 +14,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="12dp" - android:layout_marginBottom="12dp" + android:layout_marginBottom="24dp" android:foreground="?android:attr/selectableItemBackground" android:orientation="vertical">