@BindingAdapter("android:text"). public static void setText(TextView view, CharSequence text) {. // Some checks removed for clarity. view.setText(text);. } ...
確定! 回上一頁