Cherish: Allow using 4G icon instead LTE [2/2]
This commit is contained in:
@@ -199,5 +199,10 @@
|
|||||||
<string name="network_traffic_autohide_threshold_title">Net activity autohide threshold (KB/s)</string>
|
<string name="network_traffic_autohide_threshold_title">Net activity autohide threshold (KB/s)</string>
|
||||||
<string name="network_traffic_hidearrow">Hide arrows</string>
|
<string name="network_traffic_hidearrow">Hide arrows</string>
|
||||||
<string name="network_traffic_hidearrow_summary">Hide the network traffic indicator arrows</string>
|
<string name="network_traffic_hidearrow_summary">Hide the network traffic indicator arrows</string>
|
||||||
|
|
||||||
|
<!-- 4G icon -->
|
||||||
|
<string name="statusbar_items_category">Icons</string>
|
||||||
|
<string name="show_fourg_icon_title">4G icon</string>
|
||||||
|
<string name="show_fourg_icon_summary">Display 4G icon in signal icon instead LTE</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -18,6 +18,12 @@
|
|||||||
<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="status_bar_icons"
|
android:key="status_bar_icons"
|
||||||
android:title="@string/status_bar_system_icons_title">
|
android:title="@string/status_bar_system_icons_title">
|
||||||
|
|
||||||
|
<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"/>
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:title="@string/statusbar_items_title"
|
android:title="@string/statusbar_items_title"
|
||||||
|
|||||||
Reference in New Issue
Block a user