Here is I have I have tried so far
LinearLayoutManager layoutManager =
new GridLayoutManager(getActivity(), 2, GridLayoutManager.HORIZONTAL, false);
but It showed 2 rows instead of two columns.
How can I show two items with horizontal scroll with recycler view?