草庐IT

productVariant

全部标签

android - ExpandableRecyclerAdapter 如何在扩展项目时强制项目向上移动

这是我的ExpandableRecyclerAdapter适配器publicclassMyAdapterextendsExpandableRecyclerAdapter{privateLayoutInflatermInflater;privateContextcontext;privateListmParentItemList;publicMyAdapter(Contextcontext,ListitemList){super(itemList);mInflater=LayoutInflater.from(context);this.context=context;this.mPare