Skip to content

Instantly share code, notes, and snippets.

@alorma
Created May 15, 2018 14:47
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 alorma/315c04dce51435a51127999dd9f0a560 to your computer and use it in GitHub Desktop.
Save alorma/315c04dce51435a51127999dd9f0a560 to your computer and use it in GitHub Desktop.
inline fun <reified T: View> T.asRecyclerViewCell(): T {
layoutParams = RecyclerView.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT,
ViewGroup.LayoutParams.WRAP_CONTENT)
return this
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment