Skip to content

Instantly share code, notes, and snippets.

@DevAhamed
Created June 7, 2017 09:08
Show Gist options
  • Save DevAhamed/56a0243b7c9dfc7aeb68772bfdcdc6ca to your computer and use it in GitHub Desktop.
Save DevAhamed/56a0243b7c9dfc7aeb68772bfdcdc6ca to your computer and use it in GitHub Desktop.
DividerItemDecoration decoration = new DividerItemDecoration(getApplicationContext(), VERTICAL);
recyclerView.addItemDecoration(decoration);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment