From e89a39bbc84b5c36092c0cfaeb39395080ede018 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 19 May 2025 17:09:13 +0300 Subject: add option to disable icon tinting --- org.fox.ttrss/src/main/res/values/strings.xml | 3 ++- org.fox.ttrss/src/main/res/xml/preferences.xml | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'org.fox.ttrss/src/main/res') diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml index 346a30c6..36d177c4 100755 --- a/org.fox.ttrss/src/main/res/values/strings.xml +++ b/org.fox.ttrss/src/main/res/values/strings.xml @@ -311,5 +311,6 @@ Secure window mode Tints the UI according to color settings of your device Dynamic colors - + Enable icon tinting + Disable if you have trouble distinguishing icons because of their color diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml index 6ceec5cc..19c718ca 100755 --- a/org.fox.ttrss/src/main/res/xml/preferences.xml +++ b/org.fox.ttrss/src/main/res/xml/preferences.xml @@ -80,6 +80,13 @@ android:key="window_secure_mode" android:summary="@string/window_secure_mode_summary" android:title="@string/window_secure_mode" /> + + +