mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
default background color is white
This commit is contained in:
parent
a7c9159b81
commit
81bdd66250
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
<org.eehouse.android.xw4.EditColorPreference
|
||||
android:key="@string/key_empty"
|
||||
android:title="@string/empty"
|
||||
android:defaultValue="0xFFFF99"
|
||||
android:defaultValue="0xFFFFFF"
|
||||
/>
|
||||
<org.eehouse.android.xw4.EditColorPreference
|
||||
android:key="@string/key_focus"
|
||||
|
|
Loading…
Reference in a new issue