gradle导入:
- 1.项目 的build.gralde中添加
allprojects{
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- 2.添加依赖
dependencies {
implementation 'com.github.DingMouRen:LayoutManagerGroup:f68c9712e5'
}
| EchelonLayoutManager | SkidRightLayoutManager | SlideLayoutManager |
|---|---|---|
![]() |
![]() |
![]() |
| PickerLayoutManager |
|---|
![]() |




