summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-02-25 14:05:37 +0300
committerAndrew Dolgov <[email protected]>2012-02-25 14:05:37 +0300
commitfeefd1fd9abcd9dab90a233f3ce0602b1e007930 (patch)
tree29b578dd6d653602201ff5b1b2cfc7cd8e661995 /res/xml/preferences.xml
parent9b637ba1392d21f86f3964adb3889bbf8df32465 (diff)
support different article text sizes
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 87abd132..44d41d65 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -19,10 +19,10 @@
<EditTextPreference
android:hint="@string/default_url"
+ android:inputType="textUri"
android:key="ttrss_url"
android:singleLine="true"
android:summary="@string/ttrss_url_summary"
- android:inputType="textUri"
android:title="@string/ttrss_url" >
</EditTextPreference>
@@ -59,6 +59,13 @@
android:summary="@string/pref_theme_long"
android:title="@string/pref_theme" />
+ <ListPreference
+ android:defaultValue="0"
+ android:entries="@array/pref_font_size_names"
+ android:entryValues="@array/pref_font_size_values"
+ android:key="font_size"
+ android:title="@string/pref_font_size" />
+
<CheckBoxPreference
android:defaultValue="false"
android:key="sort_feeds_by_unread"