Android Question Error using RGB

Mike Morris

Member
Licensed User
Longtime User
Why do I get an error when I try to set the background color of a label?

STime.Color=Colors.RGB(180,200,255)

"Required Android Graphics.drawable.Drawable"

Do I need to add a library?

Mike
 
Top