标签: android
是否有人为ExpandableListActivity添加了静态标头。请帮忙,我想在ExpandableListActivity中创建一个标头。 谢谢 Deepesh
答案 0 :(得分:1)
只需对所需视图进行充气并将其添加为标题:
View header = (View)getLayoutInflater().inflate(R.layout.header, null); getExpandableListView().addHeaderView(header);