Skip to content

Commit

Permalink
Fix text overflow for overlay text on media cards
Browse files Browse the repository at this point in the history
  • Loading branch information
Drumber committed Nov 18, 2024
1 parent 928ce9a commit 45fd472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/item_media.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
android:paddingVertical="2dp"
android:textAppearance="@style/TextAppearance.Kitsune.SubtypeBadge"
android:maxLines="1"
android:ellipsize="end"
android:text="@{overlayTagText}"
tools:text="TV" />

Expand Down

0 comments on commit 45fd472

Please sign in to comment.