mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
clean up color prefs
This commit is contained in:
parent
4b1795cd5b
commit
cd4fb88a4d
3 changed files with 16 additions and 7 deletions
|
@ -3,8 +3,7 @@
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
>
|
>
|
||||||
|
|
||||||
<PreferenceCategory android:title="@string/prefs_colors"
|
<PreferenceCategory android:title="@string/color_theme_edit_dark"
|
||||||
android:summary="@string/prefs_colors_summary"
|
|
||||||
>
|
>
|
||||||
<org.eehouse.android.xw4.EditColorPreference
|
<org.eehouse.android.xw4.EditColorPreference
|
||||||
android:key="@string/key_player0_dark"
|
android:key="@string/key_player0_dark"
|
||||||
|
@ -39,7 +38,7 @@
|
||||||
<org.eehouse.android.xw4.EditColorPreference
|
<org.eehouse.android.xw4.EditColorPreference
|
||||||
android:key="@string/key_bonus_l4x_dark"
|
android:key="@string/key_bonus_l4x_dark"
|
||||||
android:title="@string/bonus_l4x"
|
android:title="@string/bonus_l4x"
|
||||||
android:defaultValue="0x003F3F"
|
android:defaultValue="0x003F00"
|
||||||
/>
|
/>
|
||||||
<org.eehouse.android.xw4.EditColorPreference
|
<org.eehouse.android.xw4.EditColorPreference
|
||||||
android:key="@string/key_bonus_w2x_dark"
|
android:key="@string/key_bonus_w2x_dark"
|
||||||
|
@ -54,7 +53,7 @@
|
||||||
<org.eehouse.android.xw4.EditColorPreference
|
<org.eehouse.android.xw4.EditColorPreference
|
||||||
android:key="@string/key_bonus_w4x_dark"
|
android:key="@string/key_bonus_w4x_dark"
|
||||||
android:title="@string/bonus_w4x"
|
android:title="@string/bonus_w4x"
|
||||||
android:defaultValue="0x3F3F3F"
|
android:defaultValue="0x3F0000"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<org.eehouse.android.xw4.EditColorPreference
|
<org.eehouse.android.xw4.EditColorPreference
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
>
|
>
|
||||||
|
|
||||||
<PreferenceCategory android:title="@string/prefs_colors"
|
<PreferenceCategory android:title="@string/color_theme_edit_light"
|
||||||
android:summary="@string/prefs_colors_summary"
|
|
||||||
>
|
>
|
||||||
<org.eehouse.android.xw4.EditColorPreference
|
<org.eehouse.android.xw4.EditColorPreference
|
||||||
android:key="@string/key_player0"
|
android:key="@string/key_player0"
|
||||||
|
@ -36,6 +35,11 @@
|
||||||
android:title="@string/bonus_l3x"
|
android:title="@string/bonus_l3x"
|
||||||
android:defaultValue="0x00AFAF"
|
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
|
<org.eehouse.android.xw4.EditColorPreference
|
||||||
android:key="@string/key_bonus_w2x"
|
android:key="@string/key_bonus_w2x"
|
||||||
android:title="@string/bonus_w2x"
|
android:title="@string/bonus_w2x"
|
||||||
|
@ -46,6 +50,11 @@
|
||||||
android:title="@string/bonus_w3x"
|
android:title="@string/bonus_w3x"
|
||||||
android:defaultValue="0xAFAFAF"
|
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
|
<org.eehouse.android.xw4.EditColorPreference
|
||||||
android:key="@string/key_clr_crosshairs"
|
android:key="@string/key_clr_crosshairs"
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
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+... -->
|
<!-- color_use_theme_os only defined for v29+... -->
|
||||||
|
|
Loading…
Reference in a new issue