Quote:
Originally Posted by eags
I'm guessing we're just getting lucky since the reference and the color value we expect are both integers.
|
You're exactly right. There's a typo there that should read (as you suggest):
Code:
circlePaint.setColor(r.getColor(R.color.background_color));
Thanks for pointing it out, hope it didn't slow you down much
