summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-11-24 01:56:01 +0400
committerAndrew Dolgov <[email protected]>2013-11-24 01:56:01 +0400
commit3d23240bb0c10c0393dcf286a1d52f69bc0a24cc (patch)
tree99e252915cb93089953ef220ef0e47652164a56a /res/xml/preferences.xml
parent3b3b79ade20b6b5e808faa262e868a04c6dd985d (diff)
allow more precise font size selection for headlines & article
remove single_column layout stuff
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml19
1 files changed, 8 insertions, 11 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index ec74841a..addf8852 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -103,21 +103,18 @@
android:summary="@string/pref_headlines_mark_read_scroll_long"
android:title="@string/pref_headlines_mark_read_scroll" />
- <ListPreference
- android:defaultValue="0"
- android:entries="@array/pref_font_size_names"
- android:entryValues="@array/pref_font_size_values"
- android:key="headlines_font_size"
+ <EditTextPreference
+ android:defaultValue="13"
+ android:key="headlines_font_size_sp"
+ android:inputType="number"
android:title="@string/pref_headline_font_size" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/reading" >
- <ListPreference
- android:defaultValue="0"
- android:entries="@array/pref_font_size_names"
- android:entryValues="@array/pref_font_size_values"
- android:key="font_size"
+ <EditTextPreference
+ android:defaultValue="16"
+ android:key="article_font_size_sp"
+ android:inputType="number"
android:title="@string/pref_font_size" />
-
<CheckBoxPreference
android:defaultValue="true"
android:key="justify_article_text"