# LayoutManagerGroup
**Repository Path**: enrico2004/LayoutManagerGroup
## Basic Information
- **Project Name**: LayoutManagerGroup
- **Description**: RecyclerView实现卡片效果
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-08-19
- **Last Updated**: 2024-08-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

### 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 |
| :---:| :---:|:---:|
| |||
此项目已暂停维护。