diff options
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/preferences.xml | 9 |
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"
|