summaryrefslogtreecommitdiff
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-15 19:25:44 +0400
committerAndrew Dolgov <[email protected]>2014-10-15 19:25:44 +0400
commitf292677c71dce9dff4135988f39ab994f59571ec (patch)
tree27142210d26f706e9a3afba8eba2ca5d3d1612e1 /res/values/arrays.xml
parent3e66d43c16b79e6f7348055c5a5e21efc935427e (diff)
rename generic dark theme to holo, set light as default theme
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index b26a97a5..79d9a4d3 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1,15 +1,15 @@
<resources>
<string-array name="pref_theme_names">
- <item>@string/theme_dark</item>
- <item>@string/theme_dark_gray</item>
<item>@string/theme_light</item>
+ <item>@string/theme_dark</item>
<item>@string/theme_sepia</item>
+ <item>@string/theme_holo</item>
</string-array>
<string-array name="pref_theme_values" translatable="false">
- <item>THEME_DARK</item>
- <item>THEME_DARK_GRAY</item>
<item>THEME_LIGHT</item>
+ <item>THEME_DARK</item>
<item>THEME_SEPIA</item>
+ <item>THEME_HOLO</item>
</string-array>
<string-array name="pref_view_mode_names">
<item>@string/category_browse_headlines</item>