williamyyu / SimpleRatingBar

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

How to clear rating ? #48

Closed ismailtosun closed 6 years ago

ismailtosun commented 6 years ago

When I click to rating, I want to clear rating 0. How can I do this ?

williamyyu commented 6 years ago

Hello @ismailtosun , Did you mean the feature like the demo? You can simply set the property app:srb_clearRatingEnabled="true" to the RatingBar in xml, and it's 'true' with default value.

if you got any problems, please let me know. thanks!