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">