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
This is a functional bug :
I tried to use databinding in app:slider_icon but it shows this message
Cannot find a setter for <com.ncorti.slidetoact.SlideToActView app:slider_icon> 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.
Cannot find a setter for <com.ncorti.slidetoact.SlideToActView app:slider_icon> 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:
What kind of issue is this?
I tried to use databinding in app:slider_icon but it shows this message
Details
The text was updated successfully, but these errors were encountered: