Cherish: bring back old style mobile data indicators

Change-Id: Iff218eee7425964bca53d7dd2d6da0ffdb3a7c69
Signed-off-by: SagarMakhar <sagarmakhar@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
maxwen
2021-11-07 14:39:19 +07:00
committed by Hưng Phan
parent fd6fee840d
commit 05f4f9271b
2 changed files with 10 additions and 0 deletions

View File

@@ -335,4 +335,8 @@
<string name="double_tap_on_doze_to_wake_title">Double-tap to wake on doze</string> <string name="double_tap_on_doze_to_wake_title">Double-tap to wake on doze</string>
<string name="double_tap_on_doze_to_wake_summary">Double tap to wake when device is dreaming</string> <string name="double_tap_on_doze_to_wake_summary">Double tap to wake when device is dreaming</string>
<!-- Old mobile type icons -->
<string name="use_old_mobiletype_title">Small mobile type icon</string>
<string name="use_old_mobiletype_summary">Show mobile type icon on top of the signal indicator</string>
</resources> </resources>

View File

@@ -84,6 +84,12 @@
android:summary="@string/roaming_indicator_icon_summary" android:summary="@string/roaming_indicator_icon_summary"
android:defaultValue="true"/> android:defaultValue="true"/>
<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" />
<Preference <Preference
android:key="systemui_tuner_statusbar" android:key="systemui_tuner_statusbar"
android:title="@string/statusbar_items_category" > android:title="@string/statusbar_items_category" >