summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-02 09:39:31 +0400
committerAndrew Dolgov <[email protected]>2013-04-02 09:39:31 +0400
commit9ad3ce0f9a864b050675e48d8148d4b1da5427b8 (patch)
tree8a3f1452bb25bc07a5616ce1cec0386acd590687 /res/xml/preferences.xml
parenta18fb4d2069c8cfe0eae88feb4f2a52e83d926ed (diff)
add preference to show old articles first by using new api stuff; bump
version
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 74d284f9..65ea2cc8 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -92,6 +92,13 @@
android:key="headlines_show_content"
android:summary="@string/pref_headlines_show_content_long"
android:title="@string/pref_headlines_show_content" />
+
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="oldest_first"
+ android:summary="Requires version 1.7.6"
+ android:title="@string/offline_oldest_first" />
+
</PreferenceCategory>
<PreferenceCategory android:title="@string/reading" >
<ListPreference