gpt4 book ai didi

android - @BidingMethod 不适用于方法

转载 作者:行者123 更新时间:2023-11-30 00:53:18 24 4
gpt4 key购买 nike

我正在使用 BindingMethod here像这样

@BindingMethod(type = InputView.class, attribute = "android:title", method = "setTitle")

但是显示错误

enter image description here

如何使用 BindingMethod

最佳答案

当我将@BindingMethod 放入类中时,出现了这个问题。
所以把它放在类之上

@BindingMethods({
@BindingMethod(type = InputView.class, attribute = "app:title", method = "setTitle")
})
public class InputView extends LinearLayout {
...
}

关于android - @BidingMethod 不适用于方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40583738/

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