Skip to content

Commit

Permalink
ui: 둥근 모서리의 이미지로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Junyoung-WON committed Jul 25, 2024
1 parent a1648ce commit fb4f7dd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
android:layout_height="0dp"
android:scaleType="centerCrop"
android:visibility="@{travel.travelThumbnail == null ? View.GONE : View.VISIBLE}"
app:coilImageUrl="@{travel.travelThumbnail}"
app:coilRoundedCornerImageUrl="@{travel.travelThumbnail}"
app:coilPlaceHolder="@{@drawable/shape_all_gray2_4dp}"
app:coilRoundingRadius="@{12f}"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintDimensionRatio="8:5"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit fb4f7dd

Please sign in to comment.