gridLayoutManager |
Get implementation manger that lays out items in a grid. val RecyclerView.gridLayoutManager: GridLayoutManager? |
linearLayoutManager |
Get implementation manager which provides similar functionality ListView. val RecyclerView.linearLayoutManager: LinearLayoutManager? |