Skip to content

Commit 5625dca

Browse files
author
fbchen
committed
update readme
1 parent 3ed7586 commit 5625dca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ insult him.
9191
grid)
9292
17. circle position
9393
18. e-index(event dispatch order, default is z-index)
94-
19. child size can be set to:
94+
19. the size of child widgets can be set to:
9595
1. fixed size(>=0)
9696
2. matchParent
97-
3. wrapContent(minimum and maximum supported)
97+
3. wrapContent(default, minimum and maximum supported)
9898
4. matchConstraint
99-
20. self size can be set to:
99+
20. the size of itself can be set to:
100100
1. fixed size(>=0)
101-
2. matchParent
101+
2. matchParent(default)
102102
3. wrapContent(minimum and maximum are temporarily not supported)
103103

104104
Coming soon:

0 commit comments

Comments
 (0)