You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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'
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.
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.
The text was updated successfully, but these errors were encountered: