From 5a4d838e7bb820e2349b2d894402b1eb209afbb8 Mon Sep 17 00:00:00 2001 From: Simonx22 Date: Fri, 28 Jan 2022 15:35:48 -0500 Subject: [PATCH] Android: Fix in-game menu font spacing and checkbox margin --- .../main/res/layout-ldrtl/list_item_cheat.xml | 13 +++--- .../res/layout/fragment_cheat_warning.xml | 18 ++++----- .../main/res/layout/fragment_ingame_menu.xml | 40 +++++++++++-------- .../src/main/res/layout/list_item_cheat.xml | 13 +++--- .../res/layout/list_item_setting_checkbox.xml | 4 +- 5 files changed, 50 insertions(+), 38 deletions(-) diff --git a/Source/Android/app/src/main/res/layout-ldrtl/list_item_cheat.xml b/Source/Android/app/src/main/res/layout-ldrtl/list_item_cheat.xml index b45bccf00d..7842f5330b 100644 --- a/Source/Android/app/src/main/res/layout-ldrtl/list_item_cheat.xml +++ b/Source/Android/app/src/main/res/layout-ldrtl/list_item_cheat.xml @@ -26,12 +26,13 @@ android:id="@+id/checkbox" android:layout_width="48dp" android:layout_height="64dp" - app:layout_constraintStart_toEndOf="@id/text_name" - app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintTop_toTopOf="parent" - app:layout_constraintBottom_toBottomOf="parent" - android:gravity="center" android:focusable="true" - android:nextFocusRight="@id/root" /> + android:gravity="center" + android:nextFocusRight="@id/root" + android:buttonTint="@color/dolphin_blue" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toEndOf="@id/text_name" + app:layout_constraintTop_toTopOf="parent" /> diff --git a/Source/Android/app/src/main/res/layout/fragment_cheat_warning.xml b/Source/Android/app/src/main/res/layout/fragment_cheat_warning.xml index d1cb2e90d0..d56a1160b6 100644 --- a/Source/Android/app/src/main/res/layout/fragment_cheat_warning.xml +++ b/Source/Android/app/src/main/res/layout/fragment_cheat_warning.xml @@ -1,9 +1,9 @@ - + android:layout_height="wrap_content" + android:layout_marginRight="10dp"> + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" />