Skip to content

Instantly share code, notes, and snippets.

@CodingDoug
Created February 22, 2016 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CodingDoug/cef8e7f5fe6324ff6436 to your computer and use it in GitHub Desktop.
Save CodingDoug/cef8e7f5fe6324ff6436 to your computer and use it in GitHub Desktop.
val view = v<TextView>(context) {
// simpler way to set maxWidth to 120dp
maxWidth = dp_i(120)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment