Skip to content

adzcsx2/AndroidAutoLayout

 
 

Repository files navigation

#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' }

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%