gpt4 book ai didi

android - 如何将页脚 View 添加到 ExpandableListActivity 中的子列表?

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:40:25 25 4
gpt4 key购买 nike

我一直在尝试解决如何将子 View 添加到 ExpandableListActivity 中的子 List,但无济于事.

我可以获得 ExpandableListView 并对其调用 addFooterView(),但这只是将新的 View 添加到组列表中。 (数据来自 Cursor)。

非常感谢收到的任何建议。

干杯

詹姆斯

最佳答案

不幸的是,没有 ExpandableListView.addChildFooterView() 方法,甚至没有 ExpandableListView.addFooterView() 方法。您调用的方法是继承的 ListView.addFooterView(),它只是将 View 添加为整个列表中的最后一项。它没有被组/子行为覆盖。

执行此操作的最简单方法可能只是在您的 ExpandableListAdapter 实现中构建一些东西,以便 getChildrenCount() 返回数据集大小 + 1,然后返回getChildView() 中的页脚 View 的适当位置。此外,getChildView() 提供了一个 bool 参数,用于在检索任何特定组中的最后一个子项时进行标记。

关于android - 如何将页脚 View 添加到 ExpandableListActivity 中的子列表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4542449/

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