/AndroidAutoLayout

Android屏幕适配方案,直接填写设计图上的像素尺寸即可完成适配,最大限度解决适配问题。

Primary LanguageJava

#Step 1. Add the JitPack repository to your build file ##Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } #Step 2. Add the dependency dependencies { compile 'com.github.adzcsx2:AndroidAutoLayout:2b6502e246' }