summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-25 21:34:50 +0400
committerAndrew Dolgov <[email protected]>2014-01-25 21:34:50 +0400
commitd75dc81c0d9e10175322a8ef59e8f25a40ef8276 (patch)
tree563af0d54b05d905e9950ff6dfaad4c90fe9f205 /res
parent86daa8ee53aa638de3643d587660ae9b7804d345 (diff)
add option for condensed fonts
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"