Skip to content

Instantly share code, notes, and snippets.

@krugloid
Created April 22, 2016 07:49
Show Gist options
  • Save krugloid/40d0daf7b2e132d3b72d65dd735a8c6f to your computer and use it in GitHub Desktop.
Save krugloid/40d0daf7b2e132d3b72d65dd735a8c6f to your computer and use it in GitHub Desktop.
Style.Input.layout(() -> {
Style.Input.text(() -> {
text(mInput);
...
});
// clear input button
Style.deleteButton(() -> onClick(v -> mInput = ""));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment