Skip to content

Instantly share code, notes, and snippets.

@wisnukurniawan
Last active January 14, 2018 00:44
Show Gist options
  • Save wisnukurniawan/069d0093560521c27322307354c6e5d6 to your computer and use it in GitHub Desktop.
Save wisnukurniawan/069d0093560521c27322307354c6e5d6 to your computer and use it in GitHub Desktop.
linearLayout {
orientation = LinearLayout.VERTICAL
editText {
hint = "Name"
}.lparams(width = matchParent, height = wrapContent)
button("Say Hello") {
}.lparams(width = matchParent, height = wrapContent)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment