fix trending tag ellipsized too soon (#4924)

Before:

<img
src="https://github.com/user-attachments/assets/bc2907a1-8207-43bd-8eb9-3a76e25c20a1"
width="320" />
This commit is contained in:
Konrad Pozniak 2025-02-17 15:17:39 +01:00 committed by GitHub
parent ddcce46585
commit f95dbe82b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@
<TextView
android:id="@+id/tag"
android:layout_width="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:importantForAccessibility="no"

View file

@ -80,7 +80,7 @@
<TextView
android:id="@+id/tag"
android:layout_width="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:importantForAccessibility="no"