From 0e5310f3152ab431e1e5c72c1e1e56cdfdeffd80 Mon Sep 17 00:00:00 2001 From: Gimun Kim <101035437+kmkim2689@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:54:32 +0900 Subject: [PATCH] :ambulance: change step image to be centercrop --- android/app/src/main/res/layout/item_step_recipe.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/src/main/res/layout/item_step_recipe.xml b/android/app/src/main/res/layout/item_step_recipe.xml index 97f9afd3..fe05ed56 100644 --- a/android/app/src/main/res/layout/item_step_recipe.xml +++ b/android/app/src/main/res/layout/item_step_recipe.xml @@ -36,7 +36,7 @@ android:id="@+id/iv_thumbnail_recipe" android:layout_width="0dp" android:layout_height="0dp" - android:scaleType="fitXY" + android:scaleType="centerCrop" app:imageUrl="@{recipeStep.image}" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent"