When I add the RecyclerView to the layout, it shows up as a list view in vertical order. I am using tools:listitem for this. Is there a way, such that it displays a
tools:listitem
To show list horizontally in preview, just use these two attributes
tools:orientation="horizontal" tools:layoutManager="android.support.v7.widget.LinearLayoutManager"
here's the final code