内部的数据绑定布局包括标签

时间:2016-08-30 23:42:22

标签: android android-layout android-databinding android-include

我正在尝试使用数据绑定进行动态布局绑定。例如:

<include
        layout="@{item.getLayoutRes}"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>

假设item对象定义getLayoutRes方法,标有@LayoutRes,提供描述要扩充的布局的int

看起来这还不支持,或者语法不同?

0 个答案:

没有答案