summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-19 16:59:08 +0400
committerAndrew Dolgov <[email protected]>2012-09-19 16:59:08 +0400
commitd70e6463ad7d48a24ede3da7ca98d675823e9999 (patch)
tree070781c94e5b28804dd70a96be093c6ab773ef79 /res/xml/preferences.xml
parentd733127fa1531afad6b2f8472ef0ca64cb8b2a0f (diff)
implement default browsing of articles
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index d2bae786..400d8a6d 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -98,6 +98,15 @@
android:defaultValue="true"
android:key="justify_article_text"
android:title="@string/justify_article_text" />
+
+ <ListPreference
+ android:defaultValue="HEADLINES"
+ android:entries="@array/pref_view_mode_names"
+ android:entryValues="@array/pref_view_mode_values"
+ android:key="default_view_mode"
+ android:summary="@string/pref_default_view_mode_long"
+ android:title="@string/pref_default_view_mode" />
+
</PreferenceCategory>
<PreferenceCategory android:title="@string/offline_mode" >