You can use StaggeredGridLayoutManager
sGManager = new StaggeredGridLayoutManager(2, 1);
recyclerView.setLayoutManager(gaggeredGridLayoutManager)
see http://inducesmile.com/android/android-staggeredgridlayoutmanager-example-tutorial/
1
solved Gridlayout Manager With Recycerview android [closed]