fresco attribute viewAspectRatio with databinding

Viewed 234

When I use like this fresco:viewAspectRatio="@{carItemModel.radio}, the Android Studio would always show this error:

****/ data binding error ****msg:Cannot find the setter for attribute 'fresco:viewAspectRatio' with parameter type java.lang.float on com.facebook.drawee.view.SimpleDraweeView.

Don't this attribute support databinding?

0 Answers
Related