70

GitHub - DingMouRen/LayoutManagerGroup: 自定义LayoutManager,炫酷列表

 5 years ago
source link: https://github.com/DingMouRen/LayoutManagerGroup
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

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 Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK