Skip to content

Commit 05f7f4a

Browse files
author
hongyangAndroid
committed
完善文档
1 parent a65c43f commit 05f7f4a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,18 @@ dependencies {
7272
}
7373
```
7474

75+
在布局文件中编写时,将:
76+
77+
* LinearLayout -> AutoLinearLayout
78+
* RelativeLayout -> AutoRelativeLayout
79+
* FrameLayout -> AutoFrameLayout
7580

7681
## 目前支持属性
7782

7883
* layout_width
7984
* layout_height
8085
* layout_margin(left,top,right,bottom)
81-
* pading
86+
* pading(left,top,right,bottom)
8287
* textSize
8388

8489

0 commit comments

Comments
 (0)