Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

padding、margin 简易写法,支持一次性设置4个边 #7

Closed
longerian opened this issue Dec 13, 2017 · 2 comments
Closed

padding、margin 简易写法,支持一次性设置4个边 #7

longerian opened this issue Dec 13, 2017 · 2 comments
Assignees
Labels

Comments

@longerian
Copy link
Contributor

longerian commented Dec 13, 2017

比如
padding="4"
代表
paddingLeft="4"
paddingRight="4"
paddingTop="4"
paddingBottom="4"

layoutMargin="4"
代表
layoutMarginLeft="4"
layoutMarginRight="4"
layoutMarginTop="4"
layoutMarginBottom="4"

独立设置的属性优先级高于整体设置的属性

@longerian longerian self-assigned this Dec 16, 2017
@longerian
Copy link
Contributor Author

暂不处理

@longerian longerian reopened this Mar 28, 2018
@longerian
Copy link
Contributor Author

还是要处理

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant