Cherish:Comeback RGB Gradient Picker and RGB Accenter
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user