我正在尝试将数据绑定用于动态布局绑定。例如:
<include
layout="@{item.getLayoutRes}"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
假设该item
对象定义了getLayoutRes
方法,用 标记@LayoutRes
,提供了一个int
描述布局的膨胀。
看起来这还不支持,或者语法不同?
我正在尝试将数据绑定用于动态布局绑定。例如:
<include
layout="@{item.getLayoutRes}"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
假设该item
对象定义了getLayoutRes
方法,用 标记@LayoutRes
,提供了一个int
描述布局的膨胀。
看起来这还不支持,或者语法不同?