diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-19 15:40:40 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-19 15:40:40 +0300 |
| commit | d689a36fd46eefb2306980020080019bec12f027 (patch) | |
| tree | 22027c978d9dcd40a89c6db595bdbf133163b09e /org.fox.ttrss/src/main/res/xml/preferences.xml | |
| parent | 06c44ff7d5da3ef0040355c649e3ab97b295bd3d (diff) | |
add option to enable dynamic colors
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/xml/preferences.xml | 7 |
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" /> |