DingMouRen / LayoutManagerGroup

:point_right: Customize the LayoutManager of RecyclerView(自定义LayoutManager)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

layout_1

Just like a star.

Gradle import:

  1. Add in the Root level build.gradle:
	allprojects{

		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  1. Add Dependency:
dependencies {
	     implementation 'com.github.DingMouRen:LayoutManagerGroup:1e6f4f96eb'
	}
EchelonLayoutManager SkidRightLayoutManager SlideLayoutManager
img1 img2 img3
PickerLayoutManager BannerLayoutManager ViewPagerLayoutManager
img4 img5 img6

此项目已暂停维护。

About

:point_right: Customize the LayoutManager of RecyclerView(自定义LayoutManager)


Languages

Language:Java 100.0%