Cherish:Introduce RGB Gradient Picker [2/2]

This commit is contained in:
SuperDroidBond
2020-01-08 15:44:53 +07:00
committed by Hung Phan
parent 22b278cc53
commit b6057bf285
4 changed files with 39 additions and 1 deletions

View File

@@ -47,5 +47,13 @@
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>
</PreferenceScreen>