Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Created December 28, 2020 21:33
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 magdamiu/503a1327242f32d518629d55e671776e to your computer and use it in GitHub Desktop.
Save magdamiu/503a1327242f32d518629d55e671776e to your computer and use it in GitHub Desktop.
Set an item decorator
private void setItemDecorator() {
RecyclerView.ItemDecoration itemDecoration = new
DividerItemDecoration(this, DividerItemDecoration.VERTICAL);
recyclerViewEmails.addItemDecoration(itemDecoration);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment