修改了其他库的一些bug, 实现自己需要的FlowLayoutManager
project的build.gradle 中
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
在项目的build.gradle中加上依赖
dependencies {
compile 'com.github.MycroftWong:FlowLayoutManager:v1.0'
}
具体实现,请参考LayoutManager分析与实践