标签: 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。
item
getLayoutRes
@LayoutRes
int
看起来这还不支持,或者语法不同?