From 7faaeb511e2e45d17331935f00de878f1953a91d Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Fri, 18 Nov 2022 21:41:04 +0100 Subject: [PATCH] Change recipes list colors --- app/src/main/res/layout/fragment_recipes_list.xml | 1 + app/src/main/res/layout/view_holder_recipe.xml | 7 ++++--- app/src/main/res/values/colors.xml | 3 +++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_recipes_list.xml b/app/src/main/res/layout/fragment_recipes_list.xml index 4d59c87..7cbf4e8 100644 --- a/app/src/main/res/layout/fragment_recipes_list.xml +++ b/app/src/main/res/layout/fragment_recipes_list.xml @@ -4,6 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + android:background="@color/lightGray" tools:context=".ui.recipes.RecipesListFragment"> + app:cardBackgroundColor="@color/white" + app:shapeAppearance="@style/ShapeAppearance.AllCornersRounded"> \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 904f3be..164e4fd 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -55,4 +55,7 @@ #7743B5 #000000 #7743B5 + + #F1F1F1 + #FFFFFF \ No newline at end of file