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="" /> + + + +