android屏幕适配的问题

这里主要是介绍两种方法:恰巧这两种方法都是出自同一个大神的手笔,当然我这里不做详细的介绍了,大神的博客里面有详细的介绍

1  百分比

洋神的博客:http://blog.csdn.net/lmj623565791/article/details/46767825

github :https://github.com/hongyangAndroid/android-percent-support-extend

2.px的自适应Autolayout

博客: http://blog.csdn.net/lmj623565791/article/details/49990941 ; 
github: https://github.com/hongyangAndroid/AndroidAutoLayout

你可能感兴趣的:(屏幕适配)