Ornolfr / RatingView

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

number of stars to display programatically?? #4

Open akshay-shah opened 8 years ago

akshay-shah commented 8 years ago

I cant find any method to setCount.

Ornolfr commented 8 years ago

@akshay-shah Actually that was intentional. There shouldn't be any need to change stars count at runtime I guess. What to do if rating set before is greater than new stars count?

akshay-shah commented 8 years ago

i am facing a problem with rating stars getting increased on runtime.. for eg. I have set stars max count = 5 but during runtime if i get a rating of 4.5 it shows 6 stars even though max count = 5 , i.e 4 full stars 1 half star and 1 empty star