From b78d30790f1e1324723b741676295e7273868a23 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Fri, 7 Apr 2023 14:03:52 +0200 Subject: [PATCH] Increase space between recipes --- app/src/main/res/layout/fragment_recipes_list.xml | 2 +- app/src/main/res/layout/view_holder_recipe.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_recipes_list.xml b/app/src/main/res/layout/fragment_recipes_list.xml index 434db53..5738142 100644 --- a/app/src/main/res/layout/fragment_recipes_list.xml +++ b/app/src/main/res/layout/fragment_recipes_list.xml @@ -20,7 +20,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" - tools:itemCount="0" + tools:itemCount="10" tools:listitem="@layout/view_holder_recipe" /> diff --git a/app/src/main/res/layout/view_holder_recipe.xml b/app/src/main/res/layout/view_holder_recipe.xml index 4cff421..0b46443 100644 --- a/app/src/main/res/layout/view_holder_recipe.xml +++ b/app/src/main/res/layout/view_holder_recipe.xml @@ -5,7 +5,7 @@ style="?materialCardViewFilledStyle" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginVertical="@dimen/margin_small" + android:layout_marginVertical="@dimen/margin_medium" android:layout_marginStart="@dimen/margin_medium" android:layout_marginEnd="@dimen/margin_medium">