提交 0919515b 编写于 作者: T Takeshi Hagikura 提交者: GitHub

Elaborate divider related attributes

Adds possible values for divider related attributes
上级 59c8184a
......@@ -118,18 +118,18 @@ view.setLayoutParams(lp);
![Align Content explanation](/assets/align-content.gif)
* showDividerHorizontal
* dividerDrawableHorizontal
* showDividerHorizontal (one or more of `none | beginning | middle | end`)
* dividerDrawableHorizontal (reference to a drawable)
* Puts horizontal dividers between flex lines (or flex items when flexDirection
is set to `column` or `column_rebase`).
* showDividerVertical
* dividerDrawableVertical
* showDividerVertical (one or more of `none | beginning | middle | end`)
* dividerDrawableVertical (reference to a drawable)
* Puts vertical dividers between flex items (or flex lines when flexDirection
is set to `column` or `column_rebase`).
* showDivider
* dividerDrawable
* showDivider (one or more of `none | beginning | middle | end`)
* dividerDrawable (reference to a drawable)
* Shorthand for setting both horizontal and vertical dividers. Note that if used with other attributes
(such as `justifyContent="space_around"` or `alignContent="space_between"` ... etc) for putting
spaces between flex lines or flex items, you may see unexpected spaces. Please avoid using these
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册