Home > Mobile >  All buttons are of same color, they should not be
All buttons are of same color, they should not be

Time:05-16

I am working on simple color picker in Android. I've setup Color Picker Screenshot What did I miss?

CodePudding user response:

Hej KernelPanic,

setBackgroundColor requires a ColorInt. I think instead of Integer.parseInt(color) you must call Correct way

  • Related