summaryrefslogtreecommitdiff
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-09 20:25:56 +0400
committerAndrew Dolgov <[email protected]>2013-02-09 20:25:56 +0400
commit535b04dbe116c1df56bf1e1249a88fa9687c58f3 (patch)
treef480ec587f9f3aa3c0a17af9d11312fcaa8cdbf8 /res/values/arrays.xml
parenta608e8cee82ea6f5947edcbe4fcfd049eb7b074f (diff)
implement dark gray theme, bump version
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 0ee7ef8d..d4217384 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1,11 +1,13 @@
<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_sepia</item>
+ <item>@string/theme_sepia</item>
</string-array>
<string-array name="pref_theme_values">
<item>THEME_DARK</item>
+ <item>THEME_DARK_GRAY</item>
<item>THEME_LIGHT</item>
<item>THEME_SEPIA</item>
</string-array>