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" />
+ app:layout_constraintStart_toEndOf="@id/text_warning"
+ app:layout_constraintTop_toTopOf="parent" />
diff --git a/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml b/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml
index 26331f5ee3..04e996bfda 100644
--- a/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml
+++ b/Source/Android/app/src/main/res/layout/fragment_ingame_menu.xml
@@ -12,14 +12,15 @@
android:id="@+id/text_game_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- tools:text="The Legend of Zelda: The Wind Waker"
- android:textColor="@android:color/white"
- android:textSize="20sp"
- android:maxLines="@integer/game_title_lines"
- android:ellipsize="end"
+ android:layout_marginBottom="16dp"
android:layout_marginHorizontal="32dp"
android:layout_marginTop="32dp"
- android:layout_marginBottom="16dp"/>
+ android:ellipsize="end"
+ android:letterSpacing="0"
+ android:maxLines="@integer/game_title_lines"
+ android:textColor="@android:color/white"
+ android:textSize="20sp"
+ tools:text="The Legend of Zelda: The Wind Waker" />
+ style="@style/InGameMenuOption"
+ android:letterSpacing="0"
+ android:text="@string/pause_emulation" />
+ style="@style/InGameMenuOption"
+ android:letterSpacing="0"
+ android:text="@string/emulation_screenshot" />
+ style="@style/InGameMenuOption"
+ android:letterSpacing="0"
+ android:text="@string/grid_menu_settings" />
+ style="@style/InGameMenuOption"
+ android:letterSpacing="0"
+ android:text="@string/emulation_overlay_controls" />
@@ -108,7 +115,8 @@
+ style="@style/InGameMenuOption"
+ android:letterSpacing="0"
+ android:text="@string/emulation_exit" />
diff --git a/Source/Android/app/src/main/res/layout/list_item_cheat.xml b/Source/Android/app/src/main/res/layout/list_item_cheat.xml
index 2c49c85bad..bcfc2d8341 100644
--- a/Source/Android/app/src/main/res/layout/list_item_cheat.xml
+++ b/Source/Android/app/src/main/res/layout/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:nextFocusLeft="@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/list_item_setting_checkbox.xml b/Source/Android/app/src/main/res/layout/list_item_setting_checkbox.xml
index ea894da77b..2ed37c3a0d 100644
--- a/Source/Android/app/src/main/res/layout/list_item_setting_checkbox.xml
+++ b/Source/Android/app/src/main/res/layout/list_item_setting_checkbox.xml
@@ -43,8 +43,10 @@
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:layout_marginEnd="@dimen/spacing_large"
+ android:buttonTint="@color/dolphin_blue"
android:clickable="false"
android:focusable="false"
- android:buttonTint="@color/dolphin_blue"/>
+ android:minHeight="0dp"
+ android:minWidth="0dp" />