In my activity I have some Rating bars. But the size of this bar is so big! How can I make it smaller?
Edit
Thanks to Gabriel Negut, I did
In the RatingBar tag, add these two lines
RatingBar
style="@style/Widget.AppCompat.RatingBar.Small" android:isIndicator="false"