summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-05 12:33:06 +0400
committerAndrew Dolgov <[email protected]>2013-01-05 12:33:06 +0400
commit8f912ab8a832e06e0104444ba76e80abb2fb95f5 (patch)
treebf0894e457331d606d13a7fd4680099e7aadc37d /res/xml/preferences.xml
parent479d1f0a6c99260b06f58bf09eccdcf64289ec65 (diff)
add basic fullscreen mode, move preferences a bit
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml36
1 files changed, 17 insertions, 19 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 0f143b15..d9f960bb 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -59,12 +59,6 @@
android:key="theme"
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"
@@ -85,19 +79,6 @@
android:summary="@string/browse_cats_like_feeds_summary"
android:title="@string/browse_cats_like_feeds" />
- <!--
- <CheckBoxPreference
- android:defaultValue="false"
- android:key="combined_mode"
- android:summary="@string/combined_mode_summary"
- android:title="@string/combined_mode" />
- -->
-
- <CheckBoxPreference
- android:defaultValue="true"
- android:key="justify_article_text"
- android:title="@string/justify_article_text" />
-
<ListPreference
android:defaultValue="HEADLINES"
android:entries="@array/pref_view_mode_names"
@@ -105,8 +86,20 @@
android:key="default_view_mode"
android:summary="@string/pref_default_view_mode_long"
android:title="@string/pref_default_view_mode" />
+ </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"
+ android:title="@string/pref_font_size" />
<CheckBoxPreference
+ android:defaultValue="true"
+ android:key="justify_article_text"
+ android:title="@string/justify_article_text" />
+ <CheckBoxPreference
android:defaultValue="false"
android:key="use_volume_keys"
android:summary="@string/use_volume_keys_long"
@@ -116,6 +109,10 @@
android:key="dim_status_bar"
android:summary="@string/prefs_dim_status_bar_long"
android:title="@string/prefs_dim_status_bar" />
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="full_screen_mode"
+ android:title="@string/prefs_fullscreen_mode" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/offline_mode" >
<ListPreference
@@ -125,6 +122,7 @@
android:key="offline_sync_max"
android:summary="How many articles to download (newest first)"
android:title="Download articles" />
+
<CheckBoxPreference
android:defaultValue="false"
android:key="offline_image_cache_enabled"