使用addHeader的ExpandableListActivity

时间:2011-08-10 09:29:28

标签: android

是否有人为ExpandableListActivity添加了静态标头。请帮忙,我想在ExpandableListActivity中创建一个标头。 谢谢 Deepesh

1 个答案:

答案 0 :(得分:1)

只需对所需视图进行充气并将其添加为标题:

View header = (View)getLayoutInflater().inflate(R.layout.header, null);
getExpandableListView().addHeaderView(header);