summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-21 10:03:50 +0400
committerAndrew Dolgov <[email protected]>2013-03-21 10:03:50 +0400
commit7358405040a93a1688b434f762937ad4840aede0 (patch)
treed1cf4f4dab913a161c5f1bd17328b2cfc0b248a7 /res/xml/preferences.xml
parentb76380a3886ab0357feedbd12729260dca8038c3 (diff)
add an option to hide content previews in headlines list (closes #606)
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 4976bca6..74d284f9 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -86,6 +86,12 @@
android:key="default_view_mode"
android:summary="@string/pref_default_view_mode_long"
android:title="@string/pref_default_view_mode" />
+
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="headlines_show_content"
+ android:summary="@string/pref_headlines_show_content_long"
+ android:title="@string/pref_headlines_show_content" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/reading" >
<ListPreference
@@ -140,4 +146,4 @@
android:title="@string/transport_debugging" />
</PreferenceCategory>
-</PreferenceScreen>
+</PreferenceScreen> \ No newline at end of file