标签:
myExpandableListView.addHeaderView(headView);
myExpandableListView.addFooterView(footerView);
原因很简单:这两句话要放到myExpandableListView.setAdapter之前!!
addFooterView(v)与 addHeaderView(v)之后 头或者尾部没有加上去
原文地址:http://www.cnblogs.com/guohb/p/4447937.html