Cherish: Toggle data usage view on QS footer [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -841,4 +841,8 @@
|
|||||||
<string name="reticker_summary">Replace heads-up notification with slim and less invasive version of redesigned ticker</string>
|
<string name="reticker_summary">Replace heads-up notification with slim and less invasive version of redesigned ticker</string>
|
||||||
<string name="reticker_colored_title">Use app colored background</string>
|
<string name="reticker_colored_title">Use app colored background</string>
|
||||||
<string name="reticker_colored_summary">Replace reTicker background color using notification app main color</string>
|
<string name="reticker_colored_summary">Replace reTicker background color using notification app main color</string>
|
||||||
|
|
||||||
|
<!-- Data usage info in QS footer -->
|
||||||
|
<string name="qs_footer_datausage_title">Data usage</string>
|
||||||
|
<string name="qs_footer_datausage_summary">Display data usage summary in quick settings footer</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -29,6 +29,12 @@
|
|||||||
android:summary="@string/qs_date_summary"
|
android:summary="@string/qs_date_summary"
|
||||||
android:defaultValue="true" />
|
android:defaultValue="true" />
|
||||||
|
|
||||||
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
|
android:key="qs_footer_data_usage"
|
||||||
|
android:title="@string/qs_footer_datausage_title"
|
||||||
|
android:summary="@string/qs_footer_datausage_summary"
|
||||||
|
android:defaultValue="false" />
|
||||||
|
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
android:key="qs_show_battery_estimate"
|
android:key="qs_show_battery_estimate"
|
||||||
android:title="@string/qs_show_battery_estimate_title"
|
android:title="@string/qs_show_battery_estimate_title"
|
||||||
|
|||||||
Reference in New Issue
Block a user