2016-11-14 89 views

回答

1

當我將@BindingMethod放入類中時發生此問題。
所以把它放在類之上

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