We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986cd52 commit b43031fCopy full SHA for b43031f
1 file changed
app/src/main/res/layout/list_playlist_bookmark_item.xml
@@ -78,10 +78,11 @@
78
android:layout_below="@+id/itemTitleView"
79
android:layout_toLeftOf="@id/itemHandle"
80
android:layout_toRightOf="@+id/itemThumbnailView"
81
+ android:ellipsize="end"
82
android:lines="1"
83
android:textAppearance="?android:attr/textAppearanceSmall"
84
android:textSize="@dimen/video_item_search_uploader_text_size"
85
tools:ignore="RtlHardcoded"
- tools:text="Uploader" />
86
+ tools:text="Uploader really long lorem ipsum dolor sit amet consectetur" />
87
88
</RelativeLayout>
0 commit comments