Closed jonyluke closed 4 years ago
The only smiley color you can change individually is the angry one. smileyRating.setAngryColor(int color);
smileyRating.setAngryColor(int color);
The other option is to change all the color of all smileys except Angry/Terrible smiley. smileRating.setNormalColor(int color);
smileRating.setNormalColor(int color);
Is there a way to change individually other smiley, like great smiley?
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.
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?