Dodałem RatingBar w układzie:
<RatingBar
android:id="@+id/ratingbar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:numStars="5"
android:stepSize="1.0"
/>
Ale domyślny styl paska oceny jest za duży.
Próbowałem to zmienić, dodając styl androida:style="?android:attr/ratingBarStyleSmall"
Ale wynik jest za mały i nie można ustawić stawki za pomocą tej właściwości.
Jak mogłem to zrobić?