forked from thijooree/android
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FQUrmJjrypeoPsubpzuezC
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user