setColor requires a color constant and its argument has no @ColorInt annotation
setTextColor requires a color resource int and its argument has no @ColorRes annotation
I suggest you add at least the annotations to guide people.
An alignment of both methods to either use color consts or color resource ints would be greatly appreciated.
Thanks :-)
setColorrequires a color constant and its argument has no@ColorIntannotationsetTextColorrequires a color resource int and its argument has no@ColorResannotationI suggest you add at least the annotations to guide people.
An alignment of both methods to either use color consts or color resource ints would be greatly appreciated.
Thanks :-)