Ornolfr / RatingView

Simple android widget that can replace standard inconvenient RatingBar in your app.
Apache License 2.0
60 stars 15 forks source link

app:rating="3.1" only show three star ? #1

Closed andansky closed 8 years ago

Ornolfr commented 8 years ago

@andansky Yes. This is intended. The view is rounding values with precision 0.5 as there are half stars. So if you put value more than 3.25 and less than 3.75 you'll get 3 full and 1 half start for instance.