Skip to content

Instantly share code, notes, and snippets.

@sembozdemir
Created November 15, 2016 14:28
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 sembozdemir/8956368f4e353358d523a53d757f5009 to your computer and use it in GitHub Desktop.
Save sembozdemir/8956368f4e353358d523a53d757f5009 to your computer and use it in GitHub Desktop.
ToDoKotlin - ViewExtensions.kt (only defaultDivider())
fun _RecyclerView.defaultDivider() {
addItemDecoration(DividerItemDecoration(context, LinearLayout.VERTICAL))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment