How can I set the star color of the ratingbar? I want yellow stars.
It's a little complicated at the mentioned blog, I've used a similar but simplier way. You do need 3 star images (red_star_full.png, red_star_half.png and red_star_empty.png) and one xml, that's all.
Put these 3 images at res/drawable.
Put there the following ratingbar_red.xml:
and, finally, tell your ratingbar definition to use this, i.e.
That's it.