Skip to content

Commit b43031f

Browse files
committed
Ellipsize uploader text in playlist bookmark
1 parent 986cd52 commit b43031f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/res/layout/list_playlist_bookmark_item.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,11 @@
7878
android:layout_below="@+id/itemTitleView"
7979
android:layout_toLeftOf="@id/itemHandle"
8080
android:layout_toRightOf="@+id/itemThumbnailView"
81+
android:ellipsize="end"
8182
android:lines="1"
8283
android:textAppearance="?android:attr/textAppearanceSmall"
8384
android:textSize="@dimen/video_item_search_uploader_text_size"
8485
tools:ignore="RtlHardcoded"
85-
tools:text="Uploader" />
86+
tools:text="Uploader really long lorem ipsum dolor sit amet consectetur" />
8687

8788
</RelativeLayout>

0 commit comments

Comments
 (0)