Skip to content

Commit 0d066b9

Browse files
author
fbchen
committed
update readme
1 parent bbe01f1 commit 0d066b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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 extremely complex layout(A
10-
thousand child elements, a thousand constraints), layout and drawing total time within 5
9+
**It is recommended to use ConstraintLayout at the top level. For extremely complex layout(One
10+
thousand child elements, two thousand constraints), layout and drawing total time within 5
1111
milliseconds(debug mode on Windows 10,release mode take less time), the frame rate can be easily
1212
reached 200 fps.**
1313

0 commit comments

Comments
 (0)