Skip to content

Instantly share code, notes, and snippets.

@vamsitallapudi
Created February 10, 2018 13:20
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 vamsitallapudi/5f95122c140766f38a2123bc7a198821 to your computer and use it in GitHub Desktop.
Save vamsitallapudi/5f95122c140766f38a2123bc7a198821 to your computer and use it in GitHub Desktop.
fun ViewGroup.inflate(@LayoutRes layoutRes: Int, attachToRoot: Boolean = false): View {
return LayoutInflater.from(context).inflate(layoutRes,this,attachToRoot)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment