Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 753 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 753 Bytes

GridLayoutManager

DYNAMIC GRIDLAYOUTMANAGER FOR TABLET


Easily make two or more columns of recyclerview layout.

implementation 'com.github.emrekotun:GridLayoutManager:1.0'
phone phone

Example Usage


 recyclerView.layoutManager = tabletGridLayout(this,2) 
 recyclerView.adapter = adapter