我有自定义视图,其中有回收站视图
如何通过自定义视图属性设置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"/>
答案 0 :(得分:0)
使用esbenp.prettier-vscode
的简单用法,您可以在Android Studio布局编辑器中替换tools:listitem
或ListItem
行的随机行。
如果您有这样的RecyclerView
回收商
CustomView
我希望它能解决您的问题。