AndroidAutoLayout icon indicating copy to clipboard operation
AndroidAutoLayout copied to clipboard

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

Results 5 AndroidAutoLayout issues
Sort by recently updated
recently updated
newest added

抽离 onCreateView 中的方法体,便于项目还是继承于 FragmentActivity 的基类使用者,只需要在项目基类中模仿 AutoLayoutActivity 写法即可。

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

修复使用java代码无法设置控件高度、宽度、边距以及文本大小的问题

少些了注册方法 AutoLayoutConifg.getInstance().init(this);

AutoUtils.autoSize(this); 使用前请保证当前View已经设置了LayoutParams