Cherish: Cleanup RGB Gradient Picker

Revert "Cherish:Introduce RGB Gradient Picker [2/2]"

This reverts commit b6057bf285.

Revert "Cherish: Introduce RGB Accenter [2/2]"

This reverts commit 22b278cc53.

Revert "Revert "Cherish:Add a toggle for the new QS tint [2/2]""

This reverts commit f1acece8c1.
This commit is contained in:
Hưng Phan
2020-05-29 21:45:42 +07:00
committed by Hung Phan
parent 316e1eda31
commit fb845ece3b
6 changed files with 12 additions and 92 deletions

View File

@@ -42,28 +42,6 @@
android:entryValues="@array/switch_style_values" />
</PreferenceCategory>
<PreferenceCategory
android:key="system_rgb_category"
android:title="@string/theme_rgb_title">
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="accent_color"
android:icon="@drawable/ic_accent_picker"
android:title="@string/accent_color"
android:summary="@string/accent_summary"
android:defaultValue="0xffffff"
android:persistent="false" />
<net.margaritov.preference.colorpicker.ColorPickerPreference
android:key="gradient_color"
android:icon="@drawable/ic_accent_picker"
android:title="@string/gradient_color"
android:summary="@string/gradient_summary"
android:defaultValue="0xffffff"
android:persistent="false" />
</PreferenceCategory>
<PreferenceCategory
android:key="rounded_corners_category"