Merge pull request #5160 from mahdihijazi/enhance_style
android: Change the color of the selected slot to make it more visible
This commit is contained in:
commit
542fb347f1
|
@ -0,0 +1,9 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
|
||||||
|
<item
|
||||||
|
android:color="@color/dolphin_blue_dark"
|
||||||
|
android:state_focused="true"/>
|
||||||
|
<item
|
||||||
|
android:color="@android:color/white"/>
|
||||||
|
</selector>
|
|
@ -18,42 +18,42 @@
|
||||||
android:layout_width="128dp"
|
android:layout_width="128dp"
|
||||||
android:layout_height="128dp"
|
android:layout_height="128dp"
|
||||||
android:text="@string/emulation_slot1"
|
android:text="@string/emulation_slot1"
|
||||||
style="@style/InGameMenuOption"/>
|
style="@style/OverlayInGameMenuOption"/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/menu_emulation_load_2"
|
android:id="@+id/menu_emulation_load_2"
|
||||||
android:layout_width="128dp"
|
android:layout_width="128dp"
|
||||||
android:layout_height="128dp"
|
android:layout_height="128dp"
|
||||||
android:text="@string/emulation_slot2"
|
android:text="@string/emulation_slot2"
|
||||||
style="@style/InGameMenuOption"/>
|
style="@style/OverlayInGameMenuOption"/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/menu_emulation_load_3"
|
android:id="@+id/menu_emulation_load_3"
|
||||||
android:layout_width="128dp"
|
android:layout_width="128dp"
|
||||||
android:layout_height="128dp"
|
android:layout_height="128dp"
|
||||||
android:text="@string/emulation_slot3"
|
android:text="@string/emulation_slot3"
|
||||||
style="@style/InGameMenuOption"/>
|
style="@style/OverlayInGameMenuOption"/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/menu_emulation_load_4"
|
android:id="@+id/menu_emulation_load_4"
|
||||||
android:layout_width="128dp"
|
android:layout_width="128dp"
|
||||||
android:layout_height="128dp"
|
android:layout_height="128dp"
|
||||||
android:text="@string/emulation_slot4"
|
android:text="@string/emulation_slot4"
|
||||||
style="@style/InGameMenuOption"/>
|
style="@style/OverlayInGameMenuOption"/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/menu_emulation_load_5"
|
android:id="@+id/menu_emulation_load_5"
|
||||||
android:layout_width="128dp"
|
android:layout_width="128dp"
|
||||||
android:layout_height="128dp"
|
android:layout_height="128dp"
|
||||||
android:text="@string/emulation_slot5"
|
android:text="@string/emulation_slot5"
|
||||||
style="@style/InGameMenuOption"/>
|
style="@style/OverlayInGameMenuOption"/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/menu_emulation_load_6"
|
android:id="@+id/menu_emulation_load_6"
|
||||||
android:layout_width="128dp"
|
android:layout_width="128dp"
|
||||||
android:layout_height="128dp"
|
android:layout_height="128dp"
|
||||||
android:text="@string/emulation_slot6"
|
android:text="@string/emulation_slot6"
|
||||||
style="@style/InGameMenuOption"/>
|
style="@style/OverlayInGameMenuOption"/>
|
||||||
|
|
||||||
</GridLayout>
|
</GridLayout>
|
||||||
|
|
||||||
|
|
|
@ -18,42 +18,42 @@
|
||||||
android:layout_width="128dp"
|
android:layout_width="128dp"
|
||||||
android:layout_height="128dp"
|
android:layout_height="128dp"
|
||||||
android:text="@string/emulation_slot1"
|
android:text="@string/emulation_slot1"
|
||||||
style="@style/InGameMenuOption"/>
|
style="@style/OverlayInGameMenuOption"/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/menu_emulation_save_2"
|
android:id="@+id/menu_emulation_save_2"
|
||||||
android:layout_width="128dp"
|
android:layout_width="128dp"
|
||||||
android:layout_height="128dp"
|
android:layout_height="128dp"
|
||||||
android:text="@string/emulation_slot2"
|
android:text="@string/emulation_slot2"
|
||||||
style="@style/InGameMenuOption"/>
|
style="@style/OverlayInGameMenuOption"/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/menu_emulation_save_3"
|
android:id="@+id/menu_emulation_save_3"
|
||||||
android:layout_width="128dp"
|
android:layout_width="128dp"
|
||||||
android:layout_height="128dp"
|
android:layout_height="128dp"
|
||||||
android:text="@string/emulation_slot3"
|
android:text="@string/emulation_slot3"
|
||||||
style="@style/InGameMenuOption"/>
|
style="@style/OverlayInGameMenuOption"/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/menu_emulation_save_4"
|
android:id="@+id/menu_emulation_save_4"
|
||||||
android:layout_width="128dp"
|
android:layout_width="128dp"
|
||||||
android:layout_height="128dp"
|
android:layout_height="128dp"
|
||||||
android:text="@string/emulation_slot4"
|
android:text="@string/emulation_slot4"
|
||||||
style="@style/InGameMenuOption"/>
|
style="@style/OverlayInGameMenuOption"/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/menu_emulation_save_5"
|
android:id="@+id/menu_emulation_save_5"
|
||||||
android:layout_width="128dp"
|
android:layout_width="128dp"
|
||||||
android:layout_height="128dp"
|
android:layout_height="128dp"
|
||||||
android:text="@string/emulation_slot5"
|
android:text="@string/emulation_slot5"
|
||||||
style="@style/InGameMenuOption"/>
|
style="@style/OverlayInGameMenuOption"/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/menu_emulation_save_6"
|
android:id="@+id/menu_emulation_save_6"
|
||||||
android:layout_width="128dp"
|
android:layout_width="128dp"
|
||||||
android:layout_height="128dp"
|
android:layout_height="128dp"
|
||||||
android:text="@string/emulation_slot6"
|
android:text="@string/emulation_slot6"
|
||||||
style="@style/InGameMenuOption"/>
|
style="@style/OverlayInGameMenuOption"/>
|
||||||
|
|
||||||
</GridLayout>
|
</GridLayout>
|
||||||
|
|
||||||
|
|
|
@ -155,4 +155,8 @@
|
||||||
<item name="android:layout_margin">0dp</item>
|
<item name="android:layout_margin">0dp</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<style name="OverlayInGameMenuOption" parent="InGameMenuOption">
|
||||||
|
<item name="android:textColor">@color/button_text_color</item>
|
||||||
|
</style>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in New Issue