ColorPickerView icon indicating copy to clipboard operation
ColorPickerView copied to clipboard

ColorPickerDialog does not have a setInitialColor option

Open ghb101 opened this issue 2 years ago • 5 comments

Is your feature request related to a problem?

A clear and concise description of what the problem is. I am using the ColorPickerDialog to select a color that I then display as the background color of a TextView. The ColorPickerDialog does not have a setInitial color option so when selecting a new color the dialog does not show the current color of the TextView.

Describe the solution you'd like: I'd like to be able to set the initial color of the colorPickerDialog.

ghb101 avatar Jul 22 '23 01:07 ghb101

I have the same issue and its a common issue/bug tho. Its only supported for ColorPickerView (and its actually a totally different approach unfortunately). Did you already find the way to do it?

juliswer avatar Aug 17 '23 18:08 juliswer

I've just ended up using a previous colorpicker from years ago. It hasn't been updated in 5 years, but still working for now. 'com.github.yukuku:ambilwarna:2.0.1'

ghb101 avatar Aug 18 '23 16:08 ghb101

I am having the same issue. Is there any work around to solve it. I dont wanna use https://github.com/yukuku/ambilwarna because it has old design, and I don't like it. Is there any other color picker with good modern design, in which you can set initial color, unlike this one.

VrundRaval avatar Jun 12 '24 06:06 VrundRaval