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.