mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
fix old typo: colors should be different
This commit is contained in:
parent
c2ff34eeaa
commit
8c9b710e61
1 changed files with 2 additions and 2 deletions
|
@ -56,11 +56,11 @@
|
|||
|
||||
<EditTextPreference android:key="@string/key_player2"
|
||||
android:title="@string/player2"
|
||||
android:defaultValue="0x000000"
|
||||
android:defaultValue="0x0000FF"
|
||||
/>
|
||||
<EditTextPreference android:key="@string/key_player3"
|
||||
android:title="@string/player3"
|
||||
android:defaultValue="0xFF0000"
|
||||
android:defaultValue="0x008F00"
|
||||
/>
|
||||
|
||||
<EditTextPreference android:key="@string/key_bonus_l2x"
|
||||
|
|
Loading…
Add table
Reference in a new issue