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