summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/xml/preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index ec00986c..a789c4e6 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -103,6 +103,12 @@
android:summary="@string/pref_headlines_mark_read_scroll_long"
android:title="@string/pref_headlines_mark_read_scroll" />
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="enable_condensed_fonts"
+ android:summary="Use condensed fonts for headline titles and a few other UI elements."
+ android:title="Enable condensed fonts" />
+
<org.fox.ttrss.util.FontSizeDialogPreference
android:defaultValue="13"
android:key="headlines_font_size_sp"