clean up color prefs

This commit is contained in:
Eric House 2022-03-14 18:16:33 +01:00
parent 4b1795cd5b
commit cd4fb88a4d
3 changed files with 16 additions and 7 deletions

View file

@ -3,8 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
>
<PreferenceCategory android:title="@string/prefs_colors"
android:summary="@string/prefs_colors_summary"
<PreferenceCategory android:title="@string/color_theme_edit_dark"
>
<org.eehouse.android.xw4.EditColorPreference
android:key="@string/key_player0_dark"
@ -39,7 +38,7 @@
<org.eehouse.android.xw4.EditColorPreference
android:key="@string/key_bonus_l4x_dark"
android:title="@string/bonus_l4x"
android:defaultValue="0x003F3F"
android:defaultValue="0x003F00"
/>
<org.eehouse.android.xw4.EditColorPreference
android:key="@string/key_bonus_w2x_dark"
@ -54,7 +53,7 @@
<org.eehouse.android.xw4.EditColorPreference
android:key="@string/key_bonus_w4x_dark"
android:title="@string/bonus_w4x"
android:defaultValue="0x3F3F3F"
android:defaultValue="0x3F0000"
/>
<org.eehouse.android.xw4.EditColorPreference

View file

@ -3,8 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
>
<PreferenceCategory android:title="@string/prefs_colors"
android:summary="@string/prefs_colors_summary"
<PreferenceCategory android:title="@string/color_theme_edit_light"
>
<org.eehouse.android.xw4.EditColorPreference
android:key="@string/key_player0"
@ -36,6 +35,11 @@
android:title="@string/bonus_l3x"
android:defaultValue="0x00AFAF"
/>
<org.eehouse.android.xw4.EditColorPreference
android:key="@string/key_bonus_l4x"
android:title="@string/bonus_l4x"
android:defaultValue="0x8080AF"
/>
<org.eehouse.android.xw4.EditColorPreference
android:key="@string/key_bonus_w2x"
android:title="@string/bonus_w2x"
@ -46,6 +50,11 @@
android:title="@string/bonus_w3x"
android:defaultValue="0xAFAFAF"
/>
<org.eehouse.android.xw4.EditColorPreference
android:key="@string/key_bonus_w4x"
android:title="@string/bonus_w4x"
android:defaultValue="0xAF8080"
/>
<org.eehouse.android.xw4.EditColorPreference
android:key="@string/key_clr_crosshairs"

View file

@ -3,7 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
>
<PreferenceCategory android:title="@string/prefs_themes"
<PreferenceCategory android:title="@string/prefs_colors"
android:summary="@string/prefs_colors_summary"
>
<!-- color_use_theme_os only defined for v29+... -->