mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
tweak player colors (dark)
This commit is contained in:
parent
531f113029
commit
789978b8b2
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
<org.eehouse.android.xw4.EditColorPreference
|
||||
android:key="@string/key_player1_dark"
|
||||
android:title="@string/pref_player2_name"
|
||||
android:defaultValue="0xFFB0B0"
|
||||
android:defaultValue="0xFF7DB0"
|
||||
/>
|
||||
<org.eehouse.android.xw4.EditColorPreference
|
||||
android:key="@string/key_player2_dark"
|
||||
|
@ -24,7 +24,7 @@
|
|||
<org.eehouse.android.xw4.EditColorPreference
|
||||
android:key="@string/key_player3_dark"
|
||||
android:title="@string/pref_player4_name"
|
||||
android:defaultValue="0xB0FFB0"
|
||||
android:defaultValue="0x95FFB5"
|
||||
/>
|
||||
<org.eehouse.android.xw4.EditColorPreference
|
||||
android:key="@string/key_bonus_l2x_dark"
|
||||
|
|
Loading…
Reference in a new issue