gpt4 book ai didi

android - 使用数据绑定(bind)设置 ImageView 的色调

转载 作者:行者123 更新时间:2023-12-04 23:38:52 24 4
gpt4 key购买 nike

我使用数据绑定(bind)来设置我的 ImageView 的色调.这运作良好:

android:tint="@{plantEntity.isFavorite ? @color/favorite : @color/favorite_none}" />
问题是 android:tint已弃用。当我尝试使用 app:tint相反,我有这个错误:
Cannot find a setter for <android.widget.ImageView app:color> that accepts parameter type 'int'

If a binding adapter provides the setter, check that the adapter is annotated correctly and that the parameter type matches.

为什么以及我必须做什么?创建 BindingAdapter ?

最佳答案

它正在工作和使用androidx.appcompat.widget.AppCompatImageView .
app:tint不再被弃用。

关于android - 使用数据绑定(bind)设置 ImageView 的色调,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65058461/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com