From 5067e1e98fad2c2c3ca6950a16d3d2c7929b03f1 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Sat, 20 Nov 2021 22:52:39 +0300 Subject: [PATCH] Add bottom padding to instructions list --- app/src/main/res/layout/fragment_recipe_info.xml | 1 + app/src/main/res/values/dimens.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/layout/fragment_recipe_info.xml b/app/src/main/res/layout/fragment_recipe_info.xml index aae8fd4..91df7fc 100644 --- a/app/src/main/res/layout/fragment_recipe_info.xml +++ b/app/src/main/res/layout/fragment_recipe_info.xml @@ -86,6 +86,7 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/instructions_header" + android:paddingBottom="@dimen/bottom_padding_instructions_list_fragment_recipe_info" tools:itemCount="2" tools:listitem="@layout/view_holder_instruction" /> diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index c3eabea..fea48a6 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -4,4 +4,5 @@ 360dp 180dp @dimen/height_view_holder_recipe_image + 30dp \ No newline at end of file