Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JessYanCoding/AndroidAutoSize
Browse files Browse the repository at this point in the history
  • Loading branch information
JessYanCoding committed Dec 13, 2018
2 parents 5634337 + f5947b1 commit be52aa2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

* [Android 进阶框架](https://github.com/JessYanCoding/MVPArms)

* 对于老项目的使用**AndroidAutoSize** 可以和 [**AndroidAutoLayout**](https://github.com/hongyangAndroid/AndroidAutoLayout) 一起使用,因为 **AndroidAutoLayout** 使用的是 **px**,所以 **AndroidAutoSize** 对它不会产生任何影响,如果老项目的某些页面之前使用了 **dp** 进行布局,并且 **AndroidAutoSize** 对这些页面已经产生了不良影响,可以让之前使用了 **dp** 的旧 **Activity** 实现 **CancelAdapt** 取消适配,**建议使用副单位,使用副单位则不会影响之前使用了 dp 的页面 (也不会影响三方库和系统控件),详情请查看 [demo-subunits](https://github.com/JessYanCoding/AndroidAutoSize/tree/master/demo-subunits)**
* 对于老项目,如果使用了 **AndroidAutoLayout**,请参考 [**AndroidAutoLayout** 迁移指南](https://github.com/JessYanCoding/AndroidAutoSize/issues/90)**AndroidAutoSize** 可以和 [**AndroidAutoLayout**](https://github.com/hongyangAndroid/AndroidAutoLayout) 一起使用,因为 **AndroidAutoLayout** 使用的是 **px**,所以 **AndroidAutoSize** 对它不会产生任何影响,如果老项目的某些页面之前使用了 **dp** 进行布局,并且 **AndroidAutoSize** 对这些页面已经产生了不良影响,可以让之前使用了 **dp** 的旧 **Activity** 实现 **CancelAdapt** 取消适配,**建议使用副单位,使用副单位则不会影响之前使用了 dp 的页面 (也不会影响三方库和系统控件),详情请查看 [demo-subunits](https://github.com/JessYanCoding/AndroidAutoSize/tree/master/demo-subunits)**

## Download
``` gradle
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,15 @@
## Notice
* [Devices Info](https://material.io/tools/devices/)

* [Introduction of function](https://juejin.im/post/5bce688e6fb9a05cf715d1c2)
* [Introduction Of Function](https://juejin.im/post/5bce688e6fb9a05cf715d1c2)

* [Framework analysis](https://juejin.im/post/5b7a29736fb9a019d53e7ee2)
* [Framework Analysis](https://juejin.im/post/5b7a29736fb9a019d53e7ee2)

* [Common Issues](https://github.com/JessYanCoding/AndroidAutoSize/issues/13)

* [Android advanced framework](https://github.com/JessYanCoding/MVPArms)
* [AndroidAutoLayout Migration Guide](https://github.com/JessYanCoding/AndroidAutoSize/issues/90)

* [Android Advanced Framework](https://github.com/JessYanCoding/MVPArms)

## Download
``` gradle
Expand Down

0 comments on commit be52aa2

Please sign in to comment.