Skip to content

yuchen931201/autoLayoutLib

Repository files navigation

Android屏幕适配工具库

使用方法:

在项目根目录下的build.gradle中添加如下

allprojects {
    repositories {
        google()
        jcenter()
        maven { url "https://raw.githubusercontent.com/yuchen931201/autoLayoutLib/master" }
    }
}

在app目录下的build.gradle添加如下

dependencies {
    implementation fileTree(include: ['*.jar'], dir: 'libs')
    implementation 'com.tzlib.autolayout:AutoLayoutLib:1.0.0'
}

调用方法例如:

AutoScreen.Companion.setSize(this,false,750,1334);
AutoScreen.Companion.auto(this);









> 推广技术赋能,助力开发

腾讯云开发者平台免费为开发者提供高效便捷的开发工具与优质的开发管理服务。 包括项目协作、Git/SVN 代码托管、在线编辑器、持续集成等工具。

平台截图

安装

  1. 准备一个微信
  2. 准备一台电脑
  3. 访问 https://dev.tencent.com

使用

帮助文档

开发者社区

官方博客

开发

打开 Cloud Studio

发布历史

v4.0710.1

  • 新增持续集成 beta 版
  • 优化官网首页及调整导航结构
  • 优化 UI 细节

v4.0529.1

  • 上线 Pages 验证域名所有权的功能
  • 优化登录注册流程
  • 修复若干已知 bug

About

android 屏幕适配工具库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published