summaryrefslogtreecommitdiff
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-02-25 14:05:37 +0300
committerAndrew Dolgov <[email protected]>2012-02-25 14:05:37 +0300
commitfeefd1fd9abcd9dab90a233f3ce0602b1e007930 (patch)
tree29b578dd6d653602201ff5b1b2cfc7cd8e661995 /res/values/arrays.xml
parent9b637ba1392d21f86f3964adb3889bbf8df32465 (diff)
support different article text sizes
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml31
1 files changed, 20 insertions, 11 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index fcac426d..ef479753 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1,12 +1,21 @@
+<resources>
+ <string-array name="pref_theme_names">
+ <item>@string/theme_dark</item>
+ <item>@string/theme_light</item>
+ </string-array>
+ <string-array name="pref_theme_values">
+ <item>THEME_DARK</item>
+ <item>THEME_LIGHT</item>
+ </string-array>
+ <string-array name="pref_font_size_names">
+ <item>@string/font_size_small</item>
+ <item>@string/font_size_medium</item>
+ <item>@string/font_size_large</item>
+ </string-array>
+ <string-array name="pref_font_size_values">
+ <item>0</item>
+ <item>1</item>
+ <item>2</item>
+ </string-array>
- <resources>
- <string-array name="pref_theme_names">
- <item>@string/theme_dark</item>
- <item>@string/theme_light</item>
- </string-array>
-
- <string-array name="pref_theme_values">
- <item>THEME_DARK</item>
- <item>THEME_LIGHT</item>
- </string-array>
- </resources>
+</resources> \ No newline at end of file