From b435f0b4d022fc4a022558328a5c4307254e894a Mon Sep 17 00:00:00 2001 From: spkal01 Date: Fri, 10 Dec 2021 23:55:56 +0000 Subject: [PATCH] Cherish: Make colored Statusbar Icons optional [2/2] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icfedf5bf56a2645dca28bcebaee1d7b4cc5c0b09 Signed-off-by: Hưng Phan --- res/values/cherish_strings.xml | 4 ++++ res/xml/cherish_settings_statusbar.xml | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 7f9eb23..739de85 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -712,4 +712,8 @@ Search Search apps + + + Colored Statusbar Icons + Choose the style of your statusbar icons (requires SystemUI restart) diff --git a/res/xml/cherish_settings_statusbar.xml b/res/xml/cherish_settings_statusbar.xml index 9c22636..14e764d 100644 --- a/res/xml/cherish_settings_statusbar.xml +++ b/res/xml/cherish_settings_statusbar.xml @@ -86,7 +86,13 @@ android:key="show_combined_status_bar_signal_icons" android:title="@string/combined_status_bar_signal_icons" android:summary="@string/combined_status_bar_signal_icons_summary" - android:defaultValue="false" /> + android:defaultValue="false" /> + +