From f8f9d82440ca09ea9fce88e295da5c64b971683e Mon Sep 17 00:00:00 2001 From: blackluga Date: Fri, 25 Sep 2026 17:35:45 +0500 Subject: [PATCH] fix language toggle buttons misaligned The Dhivehi button sat a few pixels lower than English because the toggle group aligns children by text baseline and Thaana has different font metrics. Turn off baseline alignment for the language toggle. Co-Authored-By: Claude Opus 5.5 Claude-Session: https://claude.ai/code/session_01FQUrmJjrypeoPsubpzuezC --- app/src/main/res/layout/fragment_settings_appearance.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_settings_appearance.xml b/app/src/main/res/layout/fragment_settings_appearance.xml index 3399ca0..c291af1 100644 --- a/app/src/main/res/layout/fragment_settings_appearance.xml +++ b/app/src/main/res/layout/fragment_settings_appearance.xml @@ -282,6 +282,7 @@ android:id="@+id/languageToggle" android:layout_width="match_parent" android:layout_height="wrap_content" + android:baselineAligned="false" app:singleSelection="true" app:selectionRequired="true">