From f1fd336a0374182572ebb45e2a195b6c6c064e11 Mon Sep 17 00:00:00 2001 From: Mahdi Hijazi Date: Sat, 25 Mar 2017 09:55:53 +0100 Subject: [PATCH] Change the color of the selected slot to make it more visible On Android TV the selected slot is not cleary hilighted, this is to fix that but changing the selected slot text color to blue. --- .../app/src/main/res/color/button_text_color.xml | 9 +++++++++ .../app/src/main/res/layout/fragment_state_load.xml | 12 ++++++------ .../app/src/main/res/layout/fragment_state_save.xml | 12 ++++++------ Source/Android/app/src/main/res/values/styles.xml | 4 ++++ 4 files changed, 25 insertions(+), 12 deletions(-) create mode 100644 Source/Android/app/src/main/res/color/button_text_color.xml diff --git a/Source/Android/app/src/main/res/color/button_text_color.xml b/Source/Android/app/src/main/res/color/button_text_color.xml new file mode 100644 index 0000000000..6a2e41bfff --- /dev/null +++ b/Source/Android/app/src/main/res/color/button_text_color.xml @@ -0,0 +1,9 @@ + + + + + + diff --git a/Source/Android/app/src/main/res/layout/fragment_state_load.xml b/Source/Android/app/src/main/res/layout/fragment_state_load.xml index b3074c469d..ec8d80def1 100644 --- a/Source/Android/app/src/main/res/layout/fragment_state_load.xml +++ b/Source/Android/app/src/main/res/layout/fragment_state_load.xml @@ -18,42 +18,42 @@ android:layout_width="128dp" android:layout_height="128dp" android:text="@string/emulation_slot1" - style="@style/InGameMenuOption"/> + style="@style/OverlayInGameMenuOption"/>