Enabled color edit

This commit is contained in:
M66B
2019-10-08 21:46:23 +02:00
parent 65e04c7f04
commit 29355f9ced

View File

@@ -60,6 +60,7 @@ public class FragmentDialogColor extends FragmentDialogBase {
.with(getContext())
.setTitle(title)
.initialColor(color)
.showColorEdit(true)
.wheelType(ColorPickerView.WHEEL_TYPE.FLOWER)
.density(6)
.lightnessSliderOnly()