summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-27 14:37:42 +0400
committerAndrew Dolgov <[email protected]>2013-05-27 14:37:42 +0400
commit116f9ca8d9d1ce2dac5339e52e86936da213a030 (patch)
tree9a992af45e8405a625bf200384556dfc0780ff05 /res/xml/preferences.xml
parent5190841ca74dee3633d43397fa7c5ca8dae11cb3 (diff)
add a headline text size preference
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml17
1 files changed, 11 insertions, 6 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 6bfa0e29..b098b394 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -97,11 +97,18 @@
android:key="oldest_first"
android:summary="@string/requires_api5"
android:title="@string/offline_oldest_first" />
- <CheckBoxPreference android:key="headlines_mark_read_scroll"
- android:title="@string/pref_headlines_mark_read_scroll"
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="headlines_mark_read_scroll"
android:summary="@string/pref_headlines_mark_read_scroll_long"
- android:defaultValue="false"/>
-
+ 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"
+ android:title="@string/pref_headline_font_size" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/reading" >
<ListPreference
@@ -129,12 +136,10 @@
android:defaultValue="false"
android:key="full_screen_mode"
android:title="@string/prefs_fullscreen_mode" />
-
<CheckBoxPreference
android:defaultValue="true"
android:key="confirm_headlines_catchup"
android:title="@string/prefs_confirm_headlines_catchup" />
-
</PreferenceCategory>
<PreferenceCategory android:title="@string/offline_mode" >
<ListPreference