From ae8584422c7b141fbb643efd2079124a66759a90 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Mon, 22 Jul 2024 17:27:52 +0200 Subject: [PATCH] fix: Ensure trending tag name is fully visible (#831) Previously re-binding the tag's text wouldn't re-measure the layout when the text changed. So scrolling down a longer tag could be placed in a textview that previously held a shorter tag. Then it was cut off and the user couldn't see what the tag was. Use `wrap_content` so size is measured when the content changes. --- app/src/main/res/layout/item_trending_cell.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_trending_cell.xml b/app/src/main/res/layout/item_trending_cell.xml index 2c48cdba7..b0d41d936 100644 --- a/app/src/main/res/layout/item_trending_cell.xml +++ b/app/src/main/res/layout/item_trending_cell.xml @@ -40,7 +40,7 @@