Skip to content

Instantly share code, notes, and snippets.

@gabrielbmoro
Last active November 25, 2021 00:21
Show Gist options
  • Save gabrielbmoro/bd6145a6b32c2b555299331c157fa43e to your computer and use it in GitHub Desktop.
Save gabrielbmoro/bd6145a6b32c2b555299331c157fa43e to your computer and use it in GitHub Desktop.
Deep Layout - Example
<LinearLayout>
<FrameLayout>
<RelativeLayout>
<ConstraintLayout>
<View />
<View />
<View />
<View />
</ConstraintLayout>
</RelativeLayout>
</FrameLayout>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment