工具介绍
:point_right: 自定义 RecyclerView 的 LayoutManager
### Just like a star.
**Gradle import:**
1. Add in the Root level `build.gradle`:
```
allprojects{
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
2. Add Dependency:
```
dependencies {
implementation 'com.github.DingMouRen:LayoutManagerGroup:1e6f4f96eb'
}
```
| EchelonLayoutManager | SkidRightLayoutManager | SlideLayoutManager |
| :----: | :---:| :---:|
| | | |
| PickerLayoutManager | BannerLayoutManager | ViewPagerLayoutManager |
| :---:| :---:|:---:|
| |||
此项目已暂停维护。