Not possible use ColorInt, only ColorRes
Closed this issue · 2 comments
mtrakal commented
ColorInt
is much more universal, you can chnage ColorRes
to ColorInt
, but not vice versa.
setColor(@ColorInt int color, @ColorInt int color2);
would be useful :)
mtrakal commented
Sorry, I'm stupid, there is a setColors
... :)
jlhonora commented
No question is stupid!
Thanks for your other contribs.