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