Optional VoWiFi icon [2/2]

Change-Id: Ie749adb282bde9e70c3e57a1daec4e945e128195
Signed-off-by: DennySPb <dennyspb@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
DennySPB
2020-09-30 12:36:00 +00:00
committed by Hưng Phan
parent 8a9c0de764
commit 8ed683d6a6
3 changed files with 29 additions and 0 deletions

View File

@@ -49,6 +49,16 @@
android:entries="@array/volte_icon_type_entries"
android:entryValues="@array/volte_icon_type_values"
android:summary="%s"
android:defaultValue="0"
android:dependency="show_volte_icon"/>
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="vowifi_icon"
android:icon="@drawable/ic_vowifi"
android:title="@string/vowifi_icon_title"
android:entries="@array/vowifi_icon_entries"
android:entryValues="@array/vowifi_icon_values"
android:summary="%s"
android:defaultValue="0"/>
</PreferenceCategory>