FlyingPumba / SimpleRatingBar

Open source project which features a simple yet powerful RatingBar alternative to Android's default
Apache License 2.0
1.03k stars 142 forks source link

make SimpleRatingBar can't drag #28

Closed HRobbie closed 6 years ago

HRobbie commented 7 years ago

I want to let the user see rating but user don't action.How can I do?

shenqinwei commented 6 years ago

I want to let the user see rating but user don't action.How can I do?

geriby23 commented 6 years ago

How to disable clicks on rating?

FlyingPumba commented 6 years ago

Hi, sorry for the late response. All options for this library are listed in the README.

joyceHong0524 commented 4 years ago

Just for the random people who faced same problem.

How to use isInidicator property.

Set it to true if you want to disable user interaction Set it to false if you want to allow user interaction (this is the default value).