Skip to content

Instantly share code, notes, and snippets.

@CodingDoug
Last active February 22, 2016 18:03
Show Gist options
  • Save CodingDoug/abe3765f9fe641871ede to your computer and use it in GitHub Desktop.
Save CodingDoug/abe3765f9fe641871ede to your computer and use it in GitHub Desktop.
val view = v<TextView>(context) {
// ugly!
maxWidth = TypedValue.applyDimension(
TypedValue.COMPLEX_UNIT_DIP, 120, context.resources.displayMetrics).toInt()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment