Skip to content

Instantly share code, notes, and snippets.

@stanch
Created December 1, 2013 11:03
Show Gist options
  • Save stanch/7732073 to your computer and use it in GitHub Desktop.
Save stanch/7732073 to your computer and use it in GitHub Desktop.
var userId = slot[EditText]
l[VerticalLinearLayout](
w[TextView] ~> text("ID"),
w[EditText] ~> wire(userId),
w[Button] ~> text("Sign in") ~> On.click(signin(userId.get.getText))
) ~> padding(all = 20 dp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment