Open MohamedHashim opened 3 years ago
Thanks for the report
Cannot find a setter for
that accepts parameter type 'android.graphics.drawable.Drawable' If a binding adapter provides the setter, check that the adapter is annotated correctly and that the parameter type matches.
That's indeed true. The setter for slider_icon
is of type Int
and not Drawable
:
I'm unsure what would be the best approach to offer better support for Databinding here. Perhaps we need another setter of type Drawable
.
Happy to review a PR if someone has the time to look into this 👍
Thank you for your response, I'll try to look into this if I have some free time.
What kind of issue is this?
Details