I don't see any method like setStyle for class RatingBar. How can I set the rating style from code?
This works for me (source):
RatingBar rating = new RatingBar(context, null, android.R.attr.ratingBarStyleSmall);