我正在使用支持Lib v23.2中的新的向量可绘支持与app:srcCompat&试图通过数据绑定设置它的drawable。
xmlns:app="http://schemas.android.com/apk/res-auto">
name="mediaPojo"
type="in.ishaan.pika.data_binding.MediaPojo"/>
android:background="@color/black"
android:layout_width="match_parent"
android:layout_height="match_parent">
... />
...
app:srcCompat="@{mediaPojo.isPlaying ? @drawable/ic_pause_24dp : @drawable/ic_play_arrow_24dp}"
/>
.../>
试图建立,工作室投掷:
Error:(33, 30) Cannot find the setter for attribute ‘app:srcCompat’ with parameter type android.graphics.drawable.Drawable.