gpt4 book ai didi

android - 如何在 ListView 中禁用标题 View

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:51:03 26 4
gpt4 key购买 nike

有人知道如何在 ListView 中禁用标题 View 吗?我需要将标题添加到 ListView 中并使其不可点击。对于适配器,它非常简单:在 isEnabled(int position) 方法中返回 false,但我没有找到适合列表页眉/页脚的函数。为标题 View 设置启用标志没有帮助,在标题的 xml 中指定“android:descendantFocusability="blocksDescendants""也没有帮助

最佳答案

使用这些方法在列表中添加页眉和页脚:

list.addFooterView(v);
list.addHeaderView(v, data, isSelectable);

关于android - 如何在 ListView 中禁用标题 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7105126/

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