我想用部分标题实现类似网格的布局。想想https://github.com/TonicArtos/StickyGridHeaders我现在做什么:mRecyclerView=(RecyclerView)view.findViewById(R.id.grid);mLayoutManager=newGridLayoutManager(getActivity(),2);mLayoutManager.setSpanSizeLookup(newGridLayoutManager.SpanSizeLookup(){@OverridepublicintgetSpanSize(intposition)