I\'ve added a RatingBar in a layout:
There is no need to add a listener to the ?android:attr/ratingBarStyleSmall. Just add android:isIndicator=false and it will capture click events, e.g.
?android:attr/ratingBarStyleSmall
android:isIndicator=false