sujithkanna / SmileyRating

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

Casting error #64

Closed niish03 closed 4 years ago

niish03 commented 4 years ago

I got an casting error in smileRating = findViewById(R.id.smile_rating); while i tried manually casting too by replacing smileRating = (SmileRating)findViewById(R.id.smile_rating);

please provide me an solution

sujithkanna commented 4 years ago

I think you are using version 2 of SmileyRating where we corrected the typo of the first version.

So instead of SmileRating use SmileyRating

niish03 commented 4 years ago

Thank you really it really helped me and i got the perfect output.