如果布局文件中有列表,添加这条属性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"
/>