How can I set the star color of the ratingbar? I want yellow stars.
This worked for me:
Drawable drawable = ratingBar.getProgressDrawable(); drawable.setColorFilter(Color.parseColor("#FFFDEC00"), PorterDuff.Mode.SRC_ATOP);