Time:05-16
I am working on simple color picker in Android. I've setup What did I miss?
CodePudding user response:
Hej KernelPanic,
setBackgroundColor requires a ColorInt. I think instead of Integer.parseInt(color) you must call
setBackgroundColor
Integer.parseInt(color)
Page link:https//www.codepudding.com/Mobile/407620.html