From 4f397edab345ed9f52cf30d58631c32d8f6ce61c Mon Sep 17 00:00:00 2001 From: Charles Lombardo Date: Fri, 13 Jan 2023 17:02:53 -0500 Subject: [PATCH] Android: Fix grid options text borders Previously on displays with a small width, text would appear under the switch. Now the text will break into a new line. --- .../app/src/main/res/layout/fragment_grid_options.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Source/Android/app/src/main/res/layout/fragment_grid_options.xml b/Source/Android/app/src/main/res/layout/fragment_grid_options.xml index d00138b395..427de0110b 100644 --- a/Source/Android/app/src/main/res/layout/fragment_grid_options.xml +++ b/Source/Android/app/src/main/res/layout/fragment_grid_options.xml @@ -28,11 +28,13 @@ @@ -59,11 +61,13 @@