数据绑定中的Android Studio工具属性

时间:2019-01-21 23:45:30

标签: android-studio android-databinding android-layout-editor android-tools-namespace

是否可以将“测试布局数据”传递到使用数据绑定的自定义视图类中,以便Android Studio的布局编辑器可以在预览中呈现它?

示例:

<CustomView
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  app:customAttribute="@{ getData() }"
  tools:customAttribute="@{ 'lorem ipsum' }"
  />

其中customAttribute已定义,并将数据绑定到此自定义视图。我已经尝试过tools:customAttribute,但目前尚未在布局编辑器中实现。

0 个答案:

没有答案