Releases: saran2020/DragRating
Releases · saran2020/DragRating
v2.1.0
- Fix the round off logic when a user selects a rating
- For Kotlin now you can get rating via
dragRatingView.rating
instead of dragRatingView.getRating()
. Likewise for setRating()
v2.0.1
- Changed the callback function name from
onRatingChanged()
to onRatingChange()
v2.0
Changed the library name from SlideRating
to DragRating
v1.0
- Updated demo to give lot more relevant examples
- Fix the issue #3 unable to rate 0.
v0.2
- Add a README file to the project
- Add getRating() and setRating() methods
- Add methods to set custom resource as a mapping of Drawable resource or Drawable object