We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec051b commit 5368d71Copy full SHA for 5368d71
README.md
@@ -8,6 +8,8 @@ flexibility, and a very flat code hierarchy than Flex and Stack. Say no to 'nest
8
9
## It is recommended to use ConstraintLayout at the top level. For moderately complex pages, 500 FPS performance is promised
10
11
+## If not necessary, try to be relative to the parent layout, so that you can define less id
12
+
13
Warning:
14
For layout performance considerations, constraints are always one-way, and there is no two child
15
elements that directly or indirectly restrain each other. Each constraint should describe exactly
0 commit comments