StackLayoutManager icon indicating copy to clipboard operation
StackLayoutManager copied to clipboard

:neckbeard:customized layoutmanager,let item pile up like stackview/类似最美有物卡片堆叠效果

Results 10 StackLayoutManager issues
Sort by recently updated
recently updated
newest added

Cards are overlapping and getting stuck over others while scrolling and release in the middle of the screen and sometimes in fast scroll.

在position 为0 的时候 onBindViewHolder里面的点击事件,比如说 holder.ivPlay.setOnClickListener { ToastUtils.showShort("you click") holder.tvProcess.text = "shishi" } holder.tvProcess.text = "shishi" 这句话不能立刻生效,需要点击多次才能生效

感谢大佬 网上一堆不靠谱的。 只能放图片不能带视频播放

config.align = Align.BOTTOM is not working for vertical layout. Please fix it. - Thanks

当设置为:config.align = Align.BOTTOM的时候,整个列表都不显示了,设置为:config.align = Align.TOP的时候,显示正常

Hi your layout manager is very good however i'm getting this error in private int fill(RecyclerView.Recycler recycler, int dy, boolean apply) { int delta = direction.layoutDirection * dy; // multiply...