diff --git a/app/src/main/res/layout/view_holder_recipe.xml b/app/src/main/res/layout/view_holder_recipe.xml index 301152f..91c636c 100644 --- a/app/src/main/res/layout/view_holder_recipe.xml +++ b/app/src/main/res/layout/view_holder_recipe.xml @@ -4,6 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" + app:shapeAppearance="@style/ShapeAppearance.AllCornersRounded" android:layout_marginVertical="7dp" android:layout_marginStart="16dp" android:layout_marginEnd="19dp" @@ -28,11 +29,12 @@ app:layout_constraintTop_toBottomOf="@+id/image" tools:text="A delicious cake" /> -