[技巧]布局文件中的列表预览
2018-12-13 本文已影响0人
兔斯基第2号
如果布局文件中有列表,添加这条属性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