summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-11-24 02:26:25 +0400
committerAndrew Dolgov <[email protected]>2013-11-24 02:26:25 +0400
commitf8a49d8c062035387312a1732302a0e67c20c483 (patch)
tree4695a2386b4fe966756c60ad8330a3329df25b62 /res/xml/preferences.xml
parent3d23240bb0c10c0393dcf286a1d52f69bc0a24cc (diff)
add easier font size selection dialog
bump version
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index addf8852..ec00986c 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -103,14 +103,15 @@
android:summary="@string/pref_headlines_mark_read_scroll_long"
android:title="@string/pref_headlines_mark_read_scroll" />
- <EditTextPreference
- android:defaultValue="13"
- android:key="headlines_font_size_sp"
- android:inputType="number"
- android:title="@string/pref_headline_font_size" />
- </PreferenceCategory>
+ <org.fox.ttrss.util.FontSizeDialogPreference
+ android:defaultValue="13"
+ android:key="headlines_font_size_sp"
+ android:dialogMessage="@string/pref_headline_font_size"
+ android:title="@string/pref_headline_font_size" />
+
+ </PreferenceCategory>
<PreferenceCategory android:title="@string/reading" >
- <EditTextPreference
+ <org.fox.ttrss.util.FontSizeDialogPreference
android:defaultValue="16"
android:key="article_font_size_sp"
android:inputType="number"