Skip to content

Instantly share code, notes, and snippets.

@Lamartio
Last active September 10, 2018 12:49
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 Lamartio/0c71193b58812dbb64b9331ce80d5d08 to your computer and use it in GitHub Desktop.
Save Lamartio/0c71193b58812dbb64b9331ce80d5d08 to your computer and use it in GitHub Desktop.
LinearLayout(this) layout {
+textView {
text = "Hello world"
}
}
val Layout<*>.textView: TextView get() = TextView(context)
val Layout<*>.button: Button get() = Button(context)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment