Cherish:Add a toggle for the new QS tint [2/2]
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- Copyright (C) 2016 The Nitrogen OS
|
<!-- Copyright (C) 2016 The Nitrogen OS
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
@@ -51,4 +51,7 @@
|
|||||||
<!-- QS category -->
|
<!-- QS category -->
|
||||||
<string name="enable_clear_all_button">Replace clear all text with nice button</string>
|
<string name="enable_clear_all_button">Replace clear all text with nice button</string>
|
||||||
<string name="enable_clear_all_button_summary">Show clear all notifications button in quick settings instead of default text one</string>
|
<string name="enable_clear_all_button_summary">Show clear all notifications button in quick settings instead of default text one</string>
|
||||||
|
<string name="qs_bg_use_new_tint">QS tile colors</string>
|
||||||
|
<string name="qs_bg_use_new_tint_summary">Use accent color for qs tile icons and background</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -18,6 +18,12 @@
|
|||||||
android:title="@string/quicksettings_title"
|
android:title="@string/quicksettings_title"
|
||||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
|
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
|
||||||
|
|
||||||
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
|
android:key="qs_panel_bg_use_new_tint"
|
||||||
|
android:title="@string/qs_bg_use_new_tint"
|
||||||
|
android:summary="@string/qs_bg_use_new_tint_summary"
|
||||||
|
android:defaultValue="true" />
|
||||||
|
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
android:key="dismiss_all_button"
|
android:key="dismiss_all_button"
|
||||||
android:icon="@drawable/ic_x"
|
android:icon="@drawable/ic_x"
|
||||||
|
|||||||
Reference in New Issue
Block a user