mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Enabled color edit
This commit is contained in:
parent
65e04c7f04
commit
29355f9ced
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue