diff options
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values/strings.xml | 2 | ||||
| -rw-r--r-- | org.fox.ttrss/src/main/res/values/themes.xml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml index 9512bc90..346a30c6 100755 --- a/org.fox.ttrss/src/main/res/values/strings.xml +++ b/org.fox.ttrss/src/main/res/values/strings.xml @@ -309,5 +309,7 @@ <string name="headlines_set_display_mode">Set display mode</string> <string name="window_secure_mode_summary">Disables screenshots and hides window contents on non-secure displays</string> <string name="window_secure_mode">Secure window mode</string> + <string name="enable_dynamic_colors_summary">Tints the UI according to color settings of your device</string> + <string name="enable_dynamic_colors">Dynamic colors</string> </resources> diff --git a/org.fox.ttrss/src/main/res/values/themes.xml b/org.fox.ttrss/src/main/res/values/themes.xml index 15be8c17..53c3e0b7 100644 --- a/org.fox.ttrss/src/main/res/values/themes.xml +++ b/org.fox.ttrss/src/main/res/values/themes.xml @@ -1,6 +1,8 @@ <resources> + <style name="AppTheme.Dynamic" parent="Theme.Material3.DynamicColors.DayNight.NoActionBar"> + </style> - <style name="AppTheme" parent="Theme.Material3.Light.NoActionBar"> + <style name="AppTheme" parent="Theme.Material3.DayNight.NoActionBar"> <item name="windowActionModeOverlay">true</item> <item name="preferenceTheme">@style/AppPreferenceThemeOverlay</item> |