gpt4 book ai didi

android - 带有 addHeader 的 ExpandableListActivity

转载 作者:行者123 更新时间:2023-11-30 04:35:00 25 4
gpt4 key购买 nike

有没有人向 ExpandableListActivity 添加静态 header 。请帮忙,我想在 ExpandableListActivity 中创建一个标题。谢谢深海

最佳答案

只需膨胀所需的 View 并将其添加为标题:

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

关于android - 带有 addHeader 的 ExpandableListActivity,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7008582/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com