FlyingPumba / SimpleRatingBar

Open source project which features a simple yet powerful RatingBar alternative to Android's default
Apache License 2.0
1.03k stars 142 forks source link

Databinding don't work #50

Open cristiandaulisio opened 3 years ago

cristiandaulisio commented 3 years ago

I'm trying to bind app:srb_rating="@{viewModel.rating}" but i receive this error:

Cannot find a setter for that accepts parameter type 'float'

If a binding adapter provides the setter, check that the adapter is annotated correctly and that the parameter type matches.