Skip to content
Snippets Groups Projects
Commit 23b88f5a authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Add 'singleLine' param to browser item title

parent f3dad11f
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@
app:layout_constraintEnd_toStartOf="@+id/item_more"
app:layout_constraintBottom_toTopOf="@+id/text"
android:ellipsize="start"
android:singleLine="true"
android:maxLines="1"
android:text="@{item.title}"
android:fontFamily="sans-serif-light"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment