Skip to content

Instantly share code, notes, and snippets.

@pauloaapereira
Created March 16, 2021 19:03
Show Gist options
  • Save pauloaapereira/c7ea59646a6aa0f53c9c7fd141542415 to your computer and use it in GitHub Desktop.
Save pauloaapereira/c7ea59646a6aa0f53c9c7fd141542415 to your computer and use it in GitHub Desktop.
Jetpack Compose — Drawer Pushing Content - 2
// List of measured children
val placeables = measurables.map { measurable ->
// Measure each children
measurable.measure(constraints.copy(minHeight = 0))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment