summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-08-12 13:06:23 +0300
committerAndrew Dolgov <[email protected]>2019-08-12 13:06:23 +0300
commit0e2d38010ef03379cd61b22f7c12710938cb5175 (patch)
treed7160157f87171169e754ea7c8409bdbdbc38add /org.fox.ttrss/src/main/res/xml
parent0ee49a072c3ccfd7b06a23b5950f41e863eff2a5 (diff)
simplify descriptions and reorder some headline-related prefs
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml53
1 files changed, 26 insertions, 27 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index 15340386..40e327cf 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -68,32 +68,6 @@
android:key="category_headlines"
android:title="@string/headlines" >
- <org.fox.ttrss.util.LessBrokenSwitchPreference
- android:defaultValue="true"
- android:key="headlines_show_content"
- android:summary="@string/pref_headlines_show_content_long"
- android:title="@string/pref_headlines_show_content" />
-
- <org.fox.ttrss.util.LessBrokenSwitchPreference
- android:defaultValue="true"
- android:dependency="headlines_mark_read_scroll"
- android:key="headlines_swipe_to_dismiss"
- android:summary="@string/pref_headlines_swipe_to_dismiss_long"
- android:title="@string/pref_headlines_swipe_to_dismiss" />
-
- <org.fox.ttrss.util.LessBrokenSwitchPreference
- android:defaultValue="false"
- android:disableDependentsState="true"
- android:key="headlines_mark_read_scroll"
- android:summary="@string/pref_headlines_mark_read_scroll_long"
- android:title="@string/pref_headlines_mark_read_scroll" />
-
- <!-- <org.fox.ttrss.util.LessBrokenSwitchPreference
- android:defaultValue="false"
- android:key="enable_condensed_fonts"
- android:summary="@string/pref_headlines_use_condensed_fonts_long"
- android:title="@string/pref_headlines_use_condensed_fonts" /> -->
-
<org.fox.ttrss.util.FontSizeDialogPreference
android:defaultValue="13"
android:key="headlines_font_size_sp"
@@ -111,8 +85,33 @@
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="false"
android:key="headline_images_wifi_only"
+ android:summary="@string/prefs_headline_images_wifi_only_long"
android:title="@string/prefs_headline_images_wifi_only" />
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="true"
+ android:key="headlines_show_content"
+ android:title="@string/pref_headlines_show_content" />
+
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="false"
+ android:disableDependentsState="true"
+ android:key="headlines_mark_read_scroll"
+ android:title="@string/pref_headlines_mark_read_scroll" />
+
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="true"
+ android:dependency="headlines_mark_read_scroll"
+ android:key="headlines_swipe_to_dismiss"
+ android:summary="@string/pref_headlines_swipe_to_dismiss_long"
+ android:title="@string/pref_headlines_swipe_to_dismiss" />
+
+ <!-- <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="false"
+ android:key="enable_condensed_fonts"
+ android:summary="@string/pref_headlines_use_condensed_fonts_long"
+ android:title="@string/pref_headlines_use_condensed_fonts" /> -->
+
<ListPreference
android:defaultValue="15"
android:entries="@array/pref_headlines_request_values"
@@ -124,7 +123,7 @@
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="false"
android:key="inline_video_player"
- android:summary="Experimental: play videos inside headlines list. Long tap to open separate player"
+ android:summary="@string/prefs_inline_video_player"
android:title="Inline video player" />
</PreferenceCategory>