Skip to content

Instantly share code, notes, and snippets.

@janishar
Created August 22, 2016 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janishar/975eb80bbe3b2d8c46f81bf7c00556fe to your computer and use it in GitHub Desktop.
Save janishar/975eb80bbe3b2d8c46f81bf7c00556fe to your computer and use it in GitHub Desktop.
// If customisation is Required then use Builder with the PlaceHolderView
placeHolderView.getBuilder()
.setHasFixedSize(false)
.setItemViewCacheSize(10)
.setLayoutManager(new GridLayoutManager(this, 3));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment