Skip to content

🔥🔥🔥 - 当itemCount超过设定数量就固定高度的LayoutManager,类似maxHeight

Notifications You must be signed in to change notification settings

simplepeng/MaxLineLayoutManager

Repository files navigation

MaxLineLayoutManager

当itemCount超过设定数量就固定高度的LayoutManager,类似maxHeight

导入依赖

maven { url 'https://www.jitpack.io' }
implementation 'com.github.simplepeng:MaxLineLayoutManager:v1.0.0'

使用

recyclerView.layoutManager = MaxLineLinearLayoutManager(this, maxLine = 3)
recyclerView.adapter = ....

可用LayoutManager

  • MaxLineLinearLayoutManager
  • MaxLineGridLayoutManager
  • MaxLineStaggeredGridLayoutManager

版本迭代

  • v1.0.0:首次上传

About

🔥🔥🔥 - 当itemCount超过设定数量就固定高度的LayoutManager,类似maxHeight

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages