Skip to content

Instantly share code, notes, and snippets.

@passiondroid
Last active December 28, 2017 10:21
Show Gist options
  • Save passiondroid/df10feff7062d4487e956fd7cf21aca7 to your computer and use it in GitHub Desktop.
Save passiondroid/df10feff7062d4487e956fd7cf21aca7 to your computer and use it in GitHub Desktop.
mDividerItemDecoration = new DividerItemDecoration(recyclerView.getContext(),
mLayoutManager.getOrientation());
recyclerView.addItemDecoration(mDividerItemDecoration);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment