From 7ef7d6025fe5c5f6dc9aa36971e0b5ee3b8915e7 Mon Sep 17 00:00:00 2001 From: SagarMakhar Date: Tue, 2 Nov 2021 14:34:35 +0000 Subject: [PATCH] Cherish: Allow hiding call strength icons [2/2] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SagarMakhar 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 99f401b..c5b78cc 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -477,4 +477,8 @@ Inside the icon Next to the icon + + Show call strength icon(s) + Show call strength icons in QuickSettings panel when available + diff --git a/res/xml/cherish_settings_statusbar.xml b/res/xml/cherish_settings_statusbar.xml index 22f6193..446ee17 100644 --- a/res/xml/cherish_settings_statusbar.xml +++ b/res/xml/cherish_settings_statusbar.xml @@ -82,7 +82,13 @@ android:key="use_old_mobiletype" android:title="@string/use_old_mobiletype_title" android:summary="@string/use_old_mobiletype_summary" - android:defaultValue="false" /> + android:defaultValue="false" /> + +