Skip to content

Instantly share code, notes, and snippets.

@CodingDoug
Last active March 1, 2016 18:56
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/6119424973b9c0f3824d to your computer and use it in GitHub Desktop.
Save CodingDoug/6119424973b9c0f3824d to your computer and use it in GitHub Desktop.
v<TextView> {
layoutParams = LayoutParams(WRAP_CONTENT, WRAP_CONTENT)
setPadding(dp_i(16), 0, 0, 0) // bleh - it's not consistent
text = "Hello"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment