Skip to content

Commit

Permalink
更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hongyangAndroid committed Dec 24, 2015
1 parent 7cf68a0 commit 1a0de97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {

```
dependencies {
compile 'com.zhy:autolayout:1.3.5'
compile 'com.zhy:autolayout:1.3.6'
}
```

Expand Down Expand Up @@ -96,17 +96,14 @@ dependencies {

这样也可以完成适配。





## 目前支持属性

* layout_width
* layout_height
* layout_margin(left,top,right,bottom)
* pading(left,top,right,bottom)
* textSize
* maxWidth, minWidth, maxHeight, minHeight


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

```


## 预览

大家都知道,写布局文件的时候,不能实时的去预览效果,那么体验真的是非常的不好,也在很大程度上降低开发效率,所以下面教大家如何用好,用对PreView(针对该库)。
Expand Down
2 changes: 1 addition & 1 deletion autolayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "1.3.5"
version = "1.3.6"

android {
compileSdkVersion 23
Expand Down

0 comments on commit 1a0de97

Please sign in to comment.