Last active
November 25, 2021 00:21
-
-
Save gabrielbmoro/bd6145a6b32c2b555299331c157fa43e to your computer and use it in GitHub Desktop.
Deep Layout - Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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