aboutsummaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml10
-rw-r--r--res/values/strings.xml3
2 files changed, 12 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
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 84fd1ed5..fec2ef4c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -131,4 +131,7 @@
<string name="update_headlines">Refresh</string>
<string name="attachment_share">Share</string>
<string name="error_network_unavailable">Error: network unavailable</string>
+ <string name="category_browse_headlines">Browse headlines</string>
+ <string name="pref_default_view_mode">Default feed view</string>
+ <string name="pref_default_view_mode_long">Which feed view to open by default on smartphones</string>
</resources> \ No newline at end of file