mirror of https://github.com/M66B/FairEmail.git
Enabled color edit
This commit is contained in:
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…
Reference in New Issue