Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Created August 23, 2020 01:20
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 manuelernesto/e119e6c922ccaa69a5ebc32b27e6f2bb to your computer and use it in GitHub Desktop.
Save manuelernesto/e119e6c922ccaa69a5ebc32b27e6f2bb to your computer and use it in GitHub Desktop.
val txtColor = tag("TxtColor").apply {
top constrainTo parent.top
left constrainTo parent.left
right constrainTo parent.right
bottom constrainTo parent.bottom
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment