LayoutManagerGroup
LayoutManagerGroup copied to clipboard
:point_right: Customize the LayoutManager of RecyclerView(自定义LayoutManager)
Just like a star.
Gradle import:
- Add in the Root level
build.gradle
:
allprojects{
repositories {
...
maven { url 'https://jitpack.io' }
}
}
- Add Dependency:
dependencies {
implementation 'com.github.DingMouRen:LayoutManagerGroup:1e6f4f96eb'
}
EchelonLayoutManager | SkidRightLayoutManager | SlideLayoutManager |
---|---|---|
![]() |
![]() |
![]() |
PickerLayoutManager | BannerLayoutManager | ViewPagerLayoutManager |
---|---|---|
![]() |
![]() |
![]() |
此项目已暂停维护。