Enabled color edit

pull/162/head
M66B 5 years ago
parent 65e04c7f04
commit 29355f9ced

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

Loading…
Cancel
Save