Cherish: Cleanup RGB Gradient Picker
Revert "Cherish:Introduce RGB Gradient Picker [2/2]" This reverts commitb6057bf285. Revert "Cherish: Introduce RGB Accenter [2/2]" This reverts commit22b278cc53. Revert "Revert "Cherish:Add a toggle for the new QS tint [2/2]"" This reverts commitf1acece8c1.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user