williamyyu / SimpleRatingBar

A simple RatingBar that you can easier to customize image and animations
MIT License
1.36k stars 153 forks source link

Half rating by touch event not working #19

Closed darwinfrancis closed 7 years ago

darwinfrancis commented 7 years ago

I am not able to choose half rating (ex: 2.5,3.5 etc) using touch events, but using java code it works fine. The default android rating bar provides this feature. capture

williamyyu commented 7 years ago

Hello @darwinfrancis , There is still have some bugs in this feature, so I haven't put it into the library. But I'm working on it, thanks for your response!

darwinfrancis commented 7 years ago

Okey. Can you give me approximate release date for the library with this feature.

williamyyu commented 7 years ago

I have done this feature, but animation is not very smooth for Scale and Rotation RatingBar (it's okay in BaseRatingBar) currently. I haven't found a better way to solve it. but you still can test this feature in SNAPSHOT version:

compile 'com.github.ome450901:SimpleRatingBar:develop-SNAPSHOT'

Thanks.

darwinfrancis commented 7 years ago

Thank you, I will give u the feedback once I got integrated it into the app.