add grid layout data to recyclerview code example
Example: how to set number of columns in recyclerview android
recyclerView.setLayoutManager(new GridLayoutManager(this, 2));
recyclerView.setLayoutManager(new GridLayoutManager(this, 2));