Android工具:listitem

时间:2019-06-14 12:50:40

标签: android recycle

我有自定义视图,其中有回收站视图

如何通过自定义视图属性设置tools:listitem进行预览?

我要这样设置

 <declare-styleable name="MyCustomViewWithRecycler">
        <attr name="my_list_item" format="reference" />
 </declare-styleable>

 <MyCustomView
  android:layout_width="match_parent"
  android:layout_height="wrap_content"
  app:my_list_item="@layout/my_item"/>

1 个答案:

答案 0 :(得分:0)

使用esbenp.prettier-vscode的简单用法,您可以在Android Studio布局编辑器中替换tools:listitemListItem行的随机行。

如果您有这样的RecyclerView回收商

CustomView

我希望它能解决您的问题。