diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2012-09-19 23:49:03 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2012-09-19 23:49:03 +0400 |
| commit | d361b0fec497911de1e8616cb4d0768601e07171 (patch) | |
| tree | f5f92112ca8451d255e765b9f5d1670a79b6850a /res/values/arrays.xml | |
| parent | 71fb6880f565ff417ccd5ac387263dfb8bd05826 (diff) | |
| parent | 45992f20f25bc94f2f81df2392df26b6c6f8cea7 (diff) | |
merge separate-activities
Diffstat (limited to 'res/values/arrays.xml')
| -rw-r--r-- | res/values/arrays.xml | 10 |
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 |