fix old typo: colors should be different

This commit is contained in:
eehouse 2010-02-25 04:51:06 +00:00
parent c2ff34eeaa
commit 8c9b710e61

View file

@ -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"