Guest User

Untitled

a guest
Aug 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. GridLayoutManager gridLayoutManager = new GridLayoutManager(this, 3);
  2. gridLayoutManager.setSpanSizeLookup(new GridLayoutManager.SpanSizeLookup() {
  3. @Override
  4. public int getSpanSize(int position) {
  5.  
  6. return 0;
  7. }
  8. }
  9. });
Add Comment
Please, Sign In to add comment