From 7d8a77e24e596cfe5763ab99b5978098251230e1 Mon Sep 17 00:00:00 2001 From: David Sandquist Date: Mon, 31 Aug 2026 17:26:54 +0200 Subject: [PATCH] Let grid file names wrap onto a second line Grid labels were a single line ellipsized in the middle. On narrower cells that left names unreadable and sometimes indistinguishable, with two different folders both rendering as "Re...es". Allow the label a second line so a long name wraps instead of being cut, while names that fit keep using a single line and no extra height. Signed-off-by: David Sandquist --- app/src/main/res/layout/grid_item.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/grid_item.xml b/app/src/main/res/layout/grid_item.xml index 97e1084bdbd6..3ebe2dea0fcf 100644 --- a/app/src/main/res/layout/grid_item.xml +++ b/app/src/main/res/layout/grid_item.xml @@ -202,12 +202,12 @@