From b981ed252ee615d175b9b79c5c63aac6cb529438 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 | 5 ++++- res/xml/cherish_settings_statusbar.xml | 8 +++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 00c60d6..de11984 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -466,5 +466,8 @@ Show privacy indicator for location - + + + 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 7e107cd..afefa4b 100644 --- a/res/xml/cherish_settings_statusbar.xml +++ b/res/xml/cherish_settings_statusbar.xml @@ -94,7 +94,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" /> + +