Skip to content

Commit 9d9d591

Browse files
author
fbchen
committed
update readme
1 parent bb49eeb commit 9d9d591

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ No matter how complex the layout is and how deep the constraints are, it has alm
66
performance as Flex and Stack. When facing complex layouts, it provides better performance,
77
flexibility, 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

0 commit comments

Comments
 (0)