LRecyclerView icon indicating copy to clipboard operation
LRecyclerView copied to clipboard

LRecyclerView有线性管理器和瀑布流管理器的切换功能么

Open V-Beyond opened this issue 5 years ago • 0 comments

使用LRecyclerView实现线性管理器和瀑布流管理器切换提示java.lang.ClassCastException: androidx.recyclerview.widget.StaggeredGridLayoutManager cannot be cast to androidx.recyclerview.widget.LinearLayoutManager at com.github.jdsjlzx.recyclerview.LRecyclerView.onScrolled(LRecyclerView.java:681)

V-Beyond avatar Jul 02 '19 10:07 V-Beyond