summaryrefslogtreecommitdiff
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-04 11:04:08 +0400
committerAndrew Dolgov <[email protected]>2012-12-04 11:04:08 +0400
commit25a8c94c8184cf950996ec7aefa07ccb5fd90241 (patch)
treeba2453ec413c3bd0254457f3b79489704568f54d /res/values/arrays.xml
parent1b40669cc52fa81c4a66d8591a31d3d864dc5876 (diff)
offline up arrow fixes; bump version; make amount of articles downloaded
in offline mode configurable
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 961bd955..4a2ac390 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -25,5 +25,9 @@
<item>HEADLINES</item>
<item>ARTICLES</item>
</string-array>
-
+ <string-array name="pref_offline_amounts">
+ <item>150</item>
+ <item>250</item>
+ <item>500</item>
+ </string-array>
</resources> \ No newline at end of file