Skip to content

Commit 1a0de97

Browse files
author
hongyangAndroid
committed
更新readme
1 parent 7cf68a0 commit 1a0de97

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555

5656
```
5757
dependencies {
58-
compile 'com.zhy:autolayout:1.3.5'
58+
compile 'com.zhy:autolayout:1.3.6'
5959
}
6060
```
6161

@@ -96,17 +96,14 @@ dependencies {
9696

9797
这样也可以完成适配。
9898

99-
100-
101-
102-
10399
## 目前支持属性
104100

105101
* layout_width
106102
* layout_height
107103
* layout_margin(left,top,right,bottom)
108104
* pading(left,top,right,bottom)
109105
* textSize
106+
* maxWidth, minWidth, maxHeight, minHeight
110107

111108

112109
## 配置
@@ -128,7 +125,6 @@ public class UseDeviceSizeApplication extends Application
128125

129126
```
130127

131-
132128
## 预览
133129

134130
大家都知道,写布局文件的时候,不能实时的去预览效果,那么体验真的是非常的不好,也在很大程度上降低开发效率,所以下面教大家如何用好,用对PreView(针对该库)。

autolayout/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "1.3.5"
5+
version = "1.3.6"
66

77
android {
88
compileSdkVersion 23

0 commit comments

Comments
 (0)