summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-13 21:42:10 +0300
committerAndrew Dolgov <[email protected]>2014-11-13 21:42:10 +0300
commit89823f32f1e5fdac55e7dfc3487d6e2c99ff1cf1 (patch)
treeb241133fe24b21239d50816b7f0b33f078b08567 /org.fox.ttrss/src/main/res/xml/preferences.xml
parent4f6ac1ef0532407d2d09b4cd8c3fd39f67e0ec5f (diff)
implement compact headline mode
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rw-r--r--org.fox.ttrss/src/main/res/xml/preferences.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index ac67647b..fbaec0d2 100644
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -85,10 +85,10 @@
android:summary="@string/pref_headlines_show_content_long"
android:title="@string/pref_headlines_show_content" />
- <CheckBoxPreference
+ <!-- <CheckBoxPreference
android:defaultValue="true"
android:key="headlines_show_flavor_image"
- android:title="@string/prefs_headlines_show_flavor_image" />
+ android:title="@string/prefs_headlines_show_flavor_image" /> -->
<!-- <CheckBoxPreference
android:defaultValue="false"
@@ -114,6 +114,14 @@
android:dialogMessage="@string/pref_headline_font_size"
android:title="@string/pref_headline_font_size" />
+ <ListPreference
+ android:defaultValue="HL_DEFAULT"
+ android:entries="@array/headline_mode_names"
+ android:entryValues="@array/headline_mode_values"
+ android:key="headline_mode"
+ android:summary="@string/prefs_headline_display_mode_long"
+ android:title="@string/prefs_headline_display_mode" />
+
<CheckBoxPreference
android:defaultValue="true"
android:key="open_fresh_on_startup"