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

Set color individually for a smiley #48

Closed jonyluke closed 4 years ago

jonyluke commented 5 years ago

The only smiley color you can change individually is the angry one. smileyRating.setAngryColor(int color);

The other option is to change all the color of all smileys except Angry/Terrible smiley. smileRating.setNormalColor(int color);

Is there a way to change individually other smiley, like great smiley?

sujithkanna commented 4 years ago

You can do it now simply. Update to the new version. Apis also changed. Old classes have been removed. The integration will be easy with this version.