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" />