Bootstrap

RecyclerView的三种LayoutManager

主要有三种

1)线性布局(LinearLayoutManager)

2)网格布局(GridLayoutManager )

3)交错布局(StaggeredGridLayoutManager)

;