summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index 9e1f6642..6ceec5cc 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -31,6 +31,7 @@
<PreferenceCategory
android:key="category_look_and_feel"
android:title="@string/look_and_feel" >
+
<ListPreference
android:defaultValue="THEME_FOLLOW_DEVICE"
android:entries="@array/pref_theme_names"
@@ -40,6 +41,12 @@
<SwitchPreferenceCompat
android:defaultValue="false"
+ android:key="enable_dynamic_colors"
+ android:summary="@string/enable_dynamic_colors_summary"
+ android:title="@string/enable_dynamic_colors" />
+
+ <SwitchPreferenceCompat
+ android:defaultValue="false"
android:key="sort_feeds_by_unread"
android:title="@string/sort_feeds_by_unread" />