diff options
| author | Andrew Dolgov <cthulhoo@gmail.com> | 2013-04-04 11:04:04 -0700 |
|---|---|---|
| committer | Andrew Dolgov <cthulhoo@gmail.com> | 2013-04-04 11:04:04 -0700 |
| commit | 19913097d6ec91e8b0eb3920bbc8474bb9bb1cc2 (patch) | |
| tree | c289eec45ff0eb95516a6ef2b977dc8f811990c5 /res | |
| parent | 25aa63dce35f85cf10e7f44604be03f4bb692064 (diff) | |
| parent | b1e719ea909ceac46f994a3d9e4f72bc4d265137 (diff) | |
Merge pull request #19 from seidler2547/master
Fix classpath entries so that any user can build out of the box
Diffstat (limited to 'res')
| -rw-r--r-- | res/values/arrays.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index a0f3eb08..63e90184 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -5,7 +5,7 @@ <item>@string/theme_light</item> <item>@string/theme_sepia</item> </string-array> - <string-array name="pref_theme_values"> + <string-array name="pref_theme_values" translatable="false"> <item>THEME_DARK</item> <item>THEME_DARK_GRAY</item> <item>THEME_LIGHT</item> @@ -16,7 +16,7 @@ <item>@string/font_size_medium</item> <item>@string/font_size_large</item> </string-array> - <string-array name="pref_font_size_values"> + <string-array name="pref_font_size_values" translatable="false"> <item>0</item> <item>1</item> <item>2</item> @@ -25,11 +25,11 @@ <item>@string/category_browse_headlines</item> <item>@string/category_browse_articles</item> </string-array> - <string-array name="pref_view_mode_values"> + <string-array name="pref_view_mode_values" translatable="false"> <item>HEADLINES</item> <item>ARTICLES</item> </string-array> - <string-array name="pref_offline_amounts"> + <string-array name="pref_offline_amounts" translatable="false"> <item>150</item> <item>250</item> <item>500</item> |