Add four more selectable VoWiFi icons [2/2]

Change-Id: Ie185d857649a49323460a2a91acbbd049acc8a29
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:46:03 +00:00
committed by Hưng Phan
parent 8ed683d6a6
commit 976fa6a904
3 changed files with 35 additions and 2 deletions

View File

@@ -61,5 +61,15 @@
android:summary="%s"
android:defaultValue="0"/>
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="vowifi_icon_style"
android:icon="@drawable/ic_vowifi"
android:title="@string/vowifi_icon_style_title"
android:entries="@array/vowifi_icon_style_entries"
android:entryValues="@array/vowifi_icon_style_values"
android:summary="%s"
android:defaultValue="0"/>
</PreferenceCategory>
</PreferenceScreen>