Increase color wheel density

This commit is contained in:
M66B 2022-12-19 14:56:38 +01:00
parent fb061e873c
commit 30606a1e95
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class FragmentDialogColor extends FragmentDialogBase {
.showColorEdit(true)
.setColorEditTextColor(editTextColor)
.wheelType(ColorPickerView.WHEEL_TYPE.FLOWER)
.density(6)
.density(9)
.lightnessSliderOnly()
.setOnColorChangedListener(new OnColorChangedListener() {
@Override