1 parent a65c43f commit 05f7f4aCopy full SHA for 05f7f4a
1 file changed
README.md
@@ -72,13 +72,18 @@ dependencies {
72
}
73
```
74
75
+在布局文件中编写时,将:
76
+
77
+* LinearLayout -> AutoLinearLayout
78
+* RelativeLayout -> AutoRelativeLayout
79
+* FrameLayout -> AutoFrameLayout
80
81
## 目前支持属性
82
83
* layout_width
84
* layout_height
85
* layout_margin(left,top,right,bottom)
-* pading
86
+* pading(left,top,right,bottom)
87
* textSize
88
89
0 commit comments