4

我正在尝试将数据绑定用于动态布局绑定。例如:

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

假设该item对象定义了getLayoutRes方法,用 标记@LayoutRes,提供了一个int描述布局的膨胀。

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

4

0 回答 0