summaryrefslogtreecommitdiff
path: root/res/xml/preferences.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/xml/preferences.xml
parent1b40669cc52fa81c4a66d8591a31d3d864dc5876 (diff)
offline up arrow fixes; bump version; make amount of articles downloaded
in offline mode configurable
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index c1a69321..0f143b15 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -90,7 +90,7 @@
android:defaultValue="false"
android:key="combined_mode"
android:summary="@string/combined_mode_summary"
- android:title="@string/combined_mode" />
+ android:title="@string/combined_mode" />
-->
<CheckBoxPreference
@@ -111,14 +111,20 @@
android:key="use_volume_keys"
android:summary="@string/use_volume_keys_long"
android:title="@string/use_volume_keys" />
-
<CheckBoxPreference
android:defaultValue="false"
android:key="dim_status_bar"
+ android:summary="@string/prefs_dim_status_bar_long"
android:title="@string/prefs_dim_status_bar" />
-
</PreferenceCategory>
<PreferenceCategory android:title="@string/offline_mode" >
+ <ListPreference
+ android:defaultValue="250"
+ android:entries="@array/pref_offline_amounts"
+ android:entryValues="@array/pref_offline_amounts"
+ android:key="offline_sync_max"
+ android:summary="How many articles to download (newest first)"
+ android:title="Download articles" />
<CheckBoxPreference
android:defaultValue="false"
android:key="offline_image_cache_enabled"