# 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 ![layout_1](https://github.com/DingMouRen/LayoutManagerGroup/raw/master/picture/img_header.png)

### 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 | | :----: | :---:| :---:| |![img1](https://github.com/DingMouRen/LayoutManagerGroup/raw/master/picture/img1.gif) | ![img2](https://github.com/DingMouRen/LayoutManagerGroup/raw/master/picture/img2.gif)| ![img3](https://github.com/DingMouRen/LayoutManagerGroup/raw/master/picture/img3.gif)| | PickerLayoutManager | BannerLayoutManager | ViewPagerLayoutManager | | :---:| :---:|:---:| | ![img4](https://github.com/DingMouRen/LayoutManagerGroup/raw/master/picture/img4.gif)|![img5](https://github.com/DingMouRen/LayoutManagerGroup/raw/master/picture/img5.gif)|![img6](https://github.com/DingMouRen/LayoutManagerGroup/raw/master/picture/img6.gif)|
此项目已暂停维护。