简单的自定义RecyclerView.LayoutManager实现重叠排放功能

如图效果, public class OverlapManager extends RecyclerView.LayoutManager { public OverlapManager() {         //需要他自己计算位置必须设置为true setAutoMeasureEnabled(true); } @Override public
相关文章
相关标签/搜索