Please find the screenshots
I searched lot for this. My android studio is updated with 3.0.1.
Here are the dependencies in my project. Is the issue with studio 3.0.1?
compile 'com.android.support:appcompat-v7:23.4.+'
compile 'com.android.support:design:23.3.0'`
Here is the xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="wrap_content">
</android.support.v7.widget.RecyclerView>
</LinearLayout>