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())
.setTitle(title)
.initialColor(color)
.showColorEdit(true)
.wheelType(ColorPickerView.WHEEL_TYPE.FLOWER)
.density(6)
.lightnessSliderOnly()

Loading…
Cancel
Save