Skip to content

Commit

Permalink
🚑 change step image to be centercrop
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkim2689 committed Oct 8, 2024
1 parent 4713c48 commit 0e5310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/res/layout/item_step_recipe.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0e5310f

Please sign in to comment.