Cherish:Comeback RGB Gradient Picker and RGB Accenter

This commit is contained in:
Hưng Phan
2020-09-30 12:14:53 +07:00
parent 3f235e368a
commit e3f62c4cd9
3 changed files with 74 additions and 1 deletions

View File

@@ -17,6 +17,22 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/theme_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<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" />
<ListPreference
android:key="theme_switch"