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:
@@ -445,4 +445,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_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>
|
||||
|
||||
@@ -77,6 +77,12 @@
|
||||
android:title="@string/roaming_indicator_icon_title"
|
||||
android:summary="@string/roaming_indicator_icon_summary"
|
||||
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
|
||||
android:key="systemui_tuner_statusbar"
|
||||
|
||||
Reference in New Issue
Block a user