From cb2dd7b7efe21f7040caf8e34ad9e84c0386c207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C6=B0ng=20Phan?= Date: Wed, 21 Dec 2022 17:53:06 +0700 Subject: [PATCH] Cherish:clean some changes in volte/vowifi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hưng Phan --- res/values/cherish_attrs.xml | 1 + res/values/cherish_strings.xml | 6 +++++ res/xml/cherish_settings_statusbar.xml | 35 +++++++++++++++++--------- 3 files changed, 30 insertions(+), 12 deletions(-) diff --git a/res/values/cherish_attrs.xml b/res/values/cherish_attrs.xml index 764f7ab..d9fb4c8 100644 --- a/res/values/cherish_attrs.xml +++ b/res/values/cherish_attrs.xml @@ -16,6 +16,7 @@ + diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 7f971f8..4c48bf6 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -281,6 +281,12 @@ Volit Icon Ziroc Icon + + VoWiFi icon + Display VoWiFi icon when available + VoWiFi override + Hide VoLTE when VoWiFi is available + Battery icon style Customize battery icons, hide or show percentage diff --git a/res/xml/cherish_settings_statusbar.xml b/res/xml/cherish_settings_statusbar.xml index b3c986f..04e3139 100644 --- a/res/xml/cherish_settings_statusbar.xml +++ b/res/xml/cherish_settings_statusbar.xml @@ -77,21 +77,32 @@ android:title="@string/data_disabled_icon_title" android:summary="@string/data_disabled_icon_summary" android:defaultValue="true" /> - - - + android:summary="@string/volte_icon_summary" + android:defaultValue="0" + settings:defaultValueText="@string/disabled" + android:max="28" + settings:min="0" + settings:units="" /> + + + +