Skip to content

jiashilei-1985/LayoutManagerGroup

 
 

Repository files navigation

layout_1

喜欢的就点个星星吧

gradle导入:

  • 1.项目 的build.gralde中添加

	allprojects{

		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

  • 2.添加依赖
dependencies {
	      implementation 'com.github.DingMouRen:LayoutManagerGroup:f68c9712e5'
	}
EchelonLayoutManager SkidRightLayoutManager SlideLayoutManager
img1 img2 img3
PickerLayoutManager
img4

未完待你续...

About

👉 自定义LayoutManager,炫酷列表

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%