Cherish: allow switch to pre P mobile icon style [2/2]

Change-Id: I83c6d5fc157ba6d28da33a883a8b7f8c3971f41a
This commit is contained in:
Vachounet
2018-09-13 11:00:00 -07:00
committed by Hung Phan
parent 7d76ee4b18
commit 5302b68e78
3 changed files with 14 additions and 1 deletions

View File

@@ -19,11 +19,17 @@
android:key="status_bar_icons"
android:title="@string/status_bar_system_icons_title">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="show_fourg_icon"
android:title="@string/show_fourg_icon_title"
android:summary="@string/show_fourg_icon_summary"
android:defaultValue="false"/>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="use_old_mobiletype"
android:title="@string/use_old_mobiletype_title"
android:summary="@string/use_old_mobiletype_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="volte_icon"