J'ai ajouté une RatingBar dans une mise en page:
<RatingBar
android:id="@+id/ratingbar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:numStars="5"
android:stepSize="1.0"
/>
Mais le style par défaut de la barre de notation est trop grand.
J'ai essayé de le changer en ajoutant le style Android:style="?android:attr/ratingBarStyleSmall"
Mais le résultat est trop petit et il est impossible de fixer un tarif avec cette propriété.
Comment pourrais-je faire?