gradle导入:
- 1.项目 的build.gralde中添加
allprojects{
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- 2.添加依赖
dependencies {
implementation 'com.github.DingMouRen:LayoutManagerGroup:f68c9712e5'
}
效果 | 如何使用 |
---|---|
mRecyclerView.setLayoutManager(new EchelonLayoutManager(getContext())); | |
mSkidRightLayoutManager = new SkidRightLayoutManager(1.5f, 0.85f); | |
用法详情请点击SlideLayoutManager.md | |
mRecyclerView.setLayoutManager(new PickerLayoutManager(getContext(),mRecyclerView, PickerLayoutManager.VERTICAL, false,3,0.4f,true)); |