有人知道怎么给expandableListView二级列表首尾item的右侧添加文字吗
绑定数据肯定用了BaseExpandableListAdapter;重写其方法getChildView,方法参数childPosition 为0必为起点、 为当前group的size-1必为终点_(:з)∠)_;错误判断避免空指针;