Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Created August 23, 2020 01:17
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/b68d9b99073b095455efd3498441556b to your computer and use it in GitHub Desktop.
Save manuelernesto/b68d9b99073b095455efd3498441556b to your computer and use it in GitHub Desktop.
ConstraintLayout(
constraintSet = ConstraintSet {
// We will add the constraints here.
}) {
// We will declare our composable components here.
// And they will be constrained by the constraints created in the ConstraintSet.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment