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


when add recyclerview layout, shows blank screen. there way, such through tools namespace, show preview of content of recyclerview?

@orrs right !

i'm using android studio 1.4 rc2 , can specify custom layout.

i tried custom cardview , works.

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

Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -