summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-15 19:11:18 +0400
committerAndrew Dolgov <[email protected]>2014-10-15 19:11:18 +0400
commit3e66d43c16b79e6f7348055c5a5e21efc935427e (patch)
treedbae527d068fc74e935374e1c0d9137bf37f6587 /res/xml/preferences.xml
parentc70da136c85262aa6f49e4287909c03ceee89dea (diff)
more headlines webview stuff
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 dfafa560..370f77a0 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="headlines_full_content"
+ android:summary="@string/pref_headlines_full_content_long"
+ android:title="@string/pref_headlines_full_content" />
+
<CheckBoxPreference
android:defaultValue="false"
android:key="oldest_first"