Last active
January 14, 2018 00:44
-
-
Save wisnukurniawan/069d0093560521c27322307354c6e5d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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