Merge pull request #3906 from Bnyro/master

Truncate end of word in video row
This commit is contained in:
Bnyro 2023-06-03 11:37:52 +02:00 committed by GitHub
commit 56274f7d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:maxLines="1"
android:ellipsize="end"
android:textAlignment="viewStart"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/thumbnail_card"