From 7d1f48770d694098d8bd65598417858609113eec Mon Sep 17 00:00:00 2001 From: spkal01 Date: Tue, 20 Sep 2022 20:33:56 +0700 Subject: [PATCH] Cherish:Make app icons in statusbar optional [2/2] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hưng Phan --- res/values/cherish_strings.xml | 4 ++++ res/xml/cherish_settings_statusbar.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 3844a53..63a06e1 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -681,5 +681,9 @@ Show notification count Display the number of pending notifications + + + Colored icons + Use proper app icons for notification icons in statusbar diff --git a/res/xml/cherish_settings_statusbar.xml b/res/xml/cherish_settings_statusbar.xml index b916016..ebbb749 100644 --- a/res/xml/cherish_settings_statusbar.xml +++ b/res/xml/cherish_settings_statusbar.xml @@ -150,6 +150,12 @@ android:title="@string/statusbar_notif_count_title" android:summary="@string/statusbar_notif_count_summary" android:defaultValue="false" /> + +