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
Use
app:layoutManager="GridLayoutManager" app:spanCount="3" tools:listitem="@layout/table_grid_item"