Closed NaveedALi closed 7 years ago
Currenty the functionality is not there, But will make it sooner. Thank you :)
Definitely require this. Great ratings bar. Thanks
+1
SmileyRating has been updated, Now by default, the rating will be set to NONE. You have to tap on any snimey to select. Drag won't work if NONE selected Use this dependency
compile 'com.github.sujithkanna:smileyrating:1.6.6'
If you want to set the smiley to NONE programmatically, use one of the below methods.
mSmileRating.setSelectedSmile(SmileRating.NONE); // Without animation
mSmileRating.setSelectedSmile(SmileRating.NONE, true); // With animation
Thank you!
@NaveedALi close this :)
thanks man :)
hi sir i want to place the good smile first and terrible at last ...how to do that
You cannot switch the positions of the Smileys. Maybe we will introduce that option in future. Thank you!
I want Rating bar to have no selected rating in the start.. let me know if rating bar has this functionality