I am trying to make a rating bar's progress to show only full stars. That means if I set the progress at 1.1, it will show ONLY 1 STAR. How can I do that?
<RatingBar
android:id="@+id/ratingBarSendReview"
android:layout_marginTop="10sp"
android:layout_width="wrap_content"
android:stepSize="0.5"
android:progressTint="@color/valet_hop_gold"
android:layout_height="wrap_content"
android:layout_below="@+id/menuTitleReview"
android:layout_centerHorizontal="true" />