summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-16 12:19:52 +0400
committerAndrew Dolgov <[email protected]>2014-10-16 12:19:52 +0400
commita38e98c80e80e955818ad83f72601734c7c42197 (patch)
tree23ba0a2897900992946a3ad34e71ccbad9c6db52 /res/xml/preferences.xml
parent8e8bbf70aad0b6a4cc9a94bc2a4d7a14936862ee (diff)
add headline image border; make showing them optional
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index bd45d553..3a2166b9 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -92,6 +92,11 @@
android:key="headlines_show_content"
android:summary="@string/pref_headlines_show_content_long"
android:title="@string/pref_headlines_show_content" />
+
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="headlines_show_flavor_image"
+ android:title="@string/prefs_headlines_show_flavor_image" />
<!-- <CheckBoxPreference
android:defaultValue="false"