Cherish: VoLTE icon toggle [2/2]
Change-Id: I8c2d9c1a1f1554bf0f2c7cf355fff9abb0137263 Signed-off-by: DennySPB <dennyspb@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -234,4 +234,8 @@
|
||||
<string name="show_fourg_title">Show 4G instead of LTE</string>
|
||||
<string name="show_fourg_summary">Replaces LTE statusbar indicators with 4G</string>
|
||||
|
||||
<!-- VoLTE switch -->
|
||||
<string name="volte_switch_title">VoLTE icon</string>
|
||||
<string name="volte_switch_summary">Display VoLTE icon</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -34,5 +34,13 @@
|
||||
android:title="@string/show_fourg_title"
|
||||
android:summary="@string/show_fourg_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="show_volte"
|
||||
android:icon="@drawable/ic_volte"
|
||||
android:title="@string/volte_switch_title"
|
||||
android:summary="@string/volte_switch_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user