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 3ed7586 commit 5625dcaCopy full SHA for 5625dca
README.md
@@ -91,14 +91,14 @@ insult him.
91
grid)
92
17. circle position
93
18. e-index(event dispatch order, default is z-index)
94
-19. child size can be set to:
+19. the size of child widgets can be set to:
95
1. fixed size(>=0)
96
2. matchParent
97
- 3. wrapContent(minimum and maximum supported)
+ 3. wrapContent(default, minimum and maximum supported)
98
4. matchConstraint
99
-20. self size can be set to:
+20. the size of itself can be set to:
100
101
- 2. matchParent
+ 2. matchParent(default)
102
3. wrapContent(minimum and maximum are temporarily not supported)
103
104
Coming soon:
0 commit comments