DroidFish: Update default preferences colors to match new themes.

This commit is contained in:
Peter Osterlund 2012-10-05 18:30:57 +00:00
parent 7f79fbf0c8
commit dca819f296

View File

@ -288,13 +288,13 @@
android:key="color_fontForeground"
android:title="@string/prefs_color_fontForeground_title"
alphaSlider="false"
android:defaultValue="#FFFFFFFF">
android:defaultValue="#FFFFFF00">
</net.margaritov.preference.colorpicker.ColorPickerPreference>
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="color_generalBackground"
android:title="@string/prefs_color_generalBackground_title"
alphaSlider="false"
android:defaultValue="#FF090028">
android:defaultValue="#FF2E2B53">
</net.margaritov.preference.colorpicker.ColorPickerPreference>
</PreferenceCategory>
</PreferenceScreen>