Skip to content

Instantly share code, notes, and snippets.

@stanch
Created December 1, 2013 11:01
Show Gist options
  • Save stanch/7732052 to your computer and use it in GitHub Desktop.
Save stanch/7732052 to your computer and use it in GitHub Desktop.
new SVerticalLayout {
STextView("ID")
val userId = SEditText()
SButton("Sign in", signin(userId.text))
}.padding(20 dip)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment