Ornolfr / RatingView

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

RatingView width = "wrap_content" #6

Open saintjab opened 8 years ago

saintjab commented 8 years ago

Hey, I know in your example you used 'wrap_content' as the width of the RatingView but I think you might want to state that in your description/wiki as well as without that, the view will behave erratic. I spent almost two hours sorting out why events were not fired correctly until I realised that I assigned a specific width to the view. This might save others using the library. You can go ahead and close this issue or assign a label to it. Thanks for the amazingness.