sujithkanna / SmileyRating

SmileyRating is a simple rating bar for android. It displays animated smileys as rating icon.
Apache License 2.0
1.07k stars 183 forks source link

Icons not clickable #50

Closed shahwaiz90 closed 5 years ago

shahwaiz90 commented 5 years ago

Icons are not clickable. Not able to select or rate them. Programmatically they are selected, but on touch its not getting selected.

minsdkversion 21 targetsdkverison 28

First I got this error:

https://stackoverflow.com/questions/51812994/onunhandledkeyeventlistener-class-not-found

After fixing the above. Stack trace is normal. Its saying I/RatingView: Selected smile:Terrible I/RatingView: **

shahwaiz90 commented 5 years ago

Nevermind had, to setIndicator(false) to make it touchable.