#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' }
forked from hongyangAndroid/AndroidAutoLayout
-
Notifications
You must be signed in to change notification settings - Fork 0
Android屏幕适配方案,直接填写设计图上的像素尺寸即可完成适配,最大限度解决适配问题。
adzcsx2/AndroidAutoLayout
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Android屏幕适配方案,直接填写设计图上的像素尺寸即可完成适配,最大限度解决适配问题。
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 100.0%