You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The starCount binding is called properly, If I replace the SimpleRatingBar by a TextView for example, the rating is shown properly, but using the library it's always 0 stars (the setRating method is called with the correct values).
Any idea why that can be happening?
Thanks!
The text was updated successfully, but these errors were encountered:
Hey! first of all, great library, super flexible and easy to customize.
I'm trying to add a
SimpleRatingBar
view as part of an item in a RecylerView.The starCount binding is called properly, If I replace the
SimpleRatingBar
by a TextView for example, the rating is shown properly, but using the library it's always 0 stars (thesetRating
method is called with the correct values).Any idea why that can be happening?
Thanks!
The text was updated successfully, but these errors were encountered: