File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ No matter how complex the layout is and how deep the constraints are, it has alm
66performance as Flex and Stack. When facing complex layouts, it provides better performance,
77flexibility, and a very flat code hierarchy than Flex and Stack. Say no to 'nesting hell'.
88
9- ** It is recommended to use ConstraintLayout at the top level. For medium complex layout, layout and
10- drawing total time within 5 milliseconds, the frame rate can be easily reached 200 fps.**
9+ ** It is recommended to use ConstraintLayout at the top level. For extremely complex layout(A
10+ thousand child elements, a thousand constraints), layout and drawing total time within 5
11+ milliseconds(debug mode on Windows 10,release mode take less time), the frame rate can be easily
12+ reached 200 fps.**
1113
1214** If not necessary, try to be relative to the parent layout, so that you can define less id.**
1315
You can’t perform that action at this time.
0 commit comments