美文网首页
[技巧]布局文件中的列表预览

[技巧]布局文件中的列表预览

作者: 兔斯基第2号 | 来源:发表于2018-12-13 19:53 被阅读0次

如果布局文件中有列表,添加这条属性tools:listitem="@layout/item_trade_large_view",就可以在预览窗中预览了

    <android.support.v7.widget.RecyclerView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        tools:listitem="@layout/item_trade_large_view"
        />
image.png

相关文章

网友评论

      本文标题:[技巧]布局文件中的列表预览

      本文链接:https://www.haomeiwen.com/subject/gpzbhqtx.html