summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-15 21:08:49 +0400
committerAndrew Dolgov <[email protected]>2014-10-15 21:09:08 +0400
commiteae22a4771070ee5a79b1dd0976eb2a211f0dad0 (patch)
treeb7d3538456a4553a0e9690ed2311efc61cd9ecd0 /res
parent7cd1d630f9cf0392b4d763224bef3ce6ab42ae56 (diff)
fix bug caused by new default theme
Diffstat (limited to 'res')
-rw-r--r--res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 370f77a0..69942c86 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -53,7 +53,7 @@
android:key="category_look_and_feel"
android:title="@string/look_and_feel" >
<ListPreference
- android:defaultValue="THEME_DARK"
+ android:defaultValue="THEME_LIGHT"
android:entries="@array/pref_theme_names"
android:entryValues="@array/pref_theme_values"
android:key="theme"