Skip to content

Commit

Permalink
fix: 북마크 아이템 텍스트 잘림 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyCh0 committed May 19, 2024
1 parent bd291a1 commit 7746bac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
android:id="@+id/tvFestivalName"
style="@style/H5Bold14Lh16"
android:layout_width="wrap_content"
android:layout_height="32dp"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:ellipsize="end"
android:gravity="center|top"
android:lineHeight="16dp"
android:ellipsize="end"
android:text="@{artist.name}"
android:textColor="@color/contents_gray_07"
app:layout_constraintEnd_toEndOf="@id/cvFestivalImage"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
android:id="@+id/tvFestivalName"
style="@style/H5Bold14Lh16"
android:layout_width="wrap_content"
android:layout_height="32dp"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:ellipsize="end"
android:gravity="center"
Expand Down

0 comments on commit 7746bac

Please sign in to comment.