staggered
fun RecyclerView.staggered(spanCount: Int, orientation: Int = VERTICAL, reverseLayout: Boolean = false, scrollEnabled: Boolean = true): RecyclerView
Content copied to clipboard
创建HoverStaggeredGridLayoutManager 交错列表
Parameters
spanCount
网格跨度数量
orientation
列表方向
reverseLayout
是否反转
scrollEnabled
是否允许滚动