zhuwenquan / LayoutManagerGroup

:point_right: LayoutManager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

layout_1

喜欢的就点个星星吧

gradle导入:

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

	allprojects{

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

  • 2.添加依赖
dependencies {
	      implementation 'com.github.DingMouRen:LayoutManagerGroup:f68c9712e5'
	}
效果 如何使用
layout_1 mRecyclerView.setLayoutManager(new EchelonLayoutManager(getContext()));
layout_1 layout_1 mSkidRightLayoutManager = new SkidRightLayoutManager(1.5f, 0.85f);
layout_1 用法详情请点击SlideLayoutManager.md
layout_1 mRecyclerView.setLayoutManager(new PickerLayoutManager(getContext(),mRecyclerView, PickerLayoutManager.VERTICAL, false,3,0.4f,true));

未完待你续...

About

:point_right: LayoutManager


Languages

Language:Java 100.0%