tint
app:tint ="?colorPrimary" 也可以自己定义颜色
<ImageView
app:tint ="?colorPrimary"
imgUrl="@{item.iconUrl}"
android:layout_width="match_parent"
android:layout_height="match_parent" />
app:tint ="?colorPrimary" 也可以自己定义颜色
<ImageView
app:tint ="?colorPrimary"
imgUrl="@{item.iconUrl}"
android:layout_width="match_parent"
android:layout_height="match_parent" />