Is there a way to show a preview of a RecyclerView’s contents in the Android Studio editor?

@oRRs is right !

I’m using Android Studio 1.4 RC2 and you can now specify any custom layout.

I tried a custom CardView and it works.

tools:listitem="@android:layout/simple_list_item_checked"

Leave a Comment