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:
parent
ddcce46585
commit
f95dbe82b0
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue