Skip to content

Commit

Permalink
Ellipsize uploader text in playlist bookmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Nov 16, 2024
1 parent 986cd52 commit b43031f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/list_playlist_bookmark_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@
android:layout_below="@+id/itemTitleView"
android:layout_toLeftOf="@id/itemHandle"
android:layout_toRightOf="@+id/itemThumbnailView"
android:ellipsize="end"
android:lines="1"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="@dimen/video_item_search_uploader_text_size"
tools:ignore="RtlHardcoded"
tools:text="Uploader" />
tools:text="Uploader really long lorem ipsum dolor sit amet consectetur" />

</RelativeLayout>

0 comments on commit b43031f

Please sign in to comment.