VoLTE Icon - User Selectable VoLTE Icon [2/2]
Change-Id: I1dc8a6cee76dcd5519f5eb1edee0ac620c0a2560 Signed-off-by: Josh Fox (XlxFoXxlX) <joshfox87@gmail.com> Signed-off-by: DennySPB <dennyspb@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
committed by
Hưng Phan
parent
d3294ccf88
commit
13a8fe00b0
@@ -36,11 +36,20 @@
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="show_volte"
|
||||
android:icon="@drawable/ic_volte"
|
||||
android:key="show_volte_icon"
|
||||
android:icon="@drawable/ic_volte"
|
||||
android:title="@string/volte_switch_title"
|
||||
android:summary="@string/volte_switch_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingListPreference
|
||||
android:key="volte_icon_style"
|
||||
android:icon="@drawable/ic_volte"
|
||||
android:title="@string/volte_icon_style_title"
|
||||
android:entries="@array/volte_icon_type_entries"
|
||||
android:entryValues="@array/volte_icon_type_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="0"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user