summaryrefslogtreecommitdiff
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-19 16:59:08 +0400
committerAndrew Dolgov <[email protected]>2012-09-19 16:59:08 +0400
commitd70e6463ad7d48a24ede3da7ca98d675823e9999 (patch)
tree070781c94e5b28804dd70a96be093c6ab773ef79 /res/values/arrays.xml
parentd733127fa1531afad6b2f8472ef0ca64cb8b2a0f (diff)
implement default browsing of articles
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index ef479753..961bd955 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -17,5 +17,13 @@
<item>1</item>
<item>2</item>
</string-array>
-
+ <string-array name="pref_view_mode_names">
+ <item>@string/category_browse_headlines</item>
+ <item>@string/category_browse_articles</item>
+ </string-array>
+ <string-array name="pref_view_mode_values">
+ <item>HEADLINES</item>
+ <item>ARTICLES</item>
+ </string-array>
+
</resources> \ No newline at end of file