gpt4 book ai didi

android - 取消选择 ListView 中的选定项目

转载 作者:IT老高 更新时间:2023-10-28 23:17:57 24 4
gpt4 key购买 nike

我在布局中使用 ListView,如下所示:

 <ListView android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_gravity="center"
android:layout_height="match_parent"
android:layout_weight="0.7"
android:layout_marginTop="5dp"
android:orientation="vertical"
android:layout_centerInParent="true"
android:divider="@color/dark_grey"
android:drawSelectorOnTop="false"
android:focusable="true"
android:layout_marginBottom="55dp"
android:cacheColorHint="#00000000"
android:listSelector="@color/light_grey"
android:dividerHeight="1px" />

选择器很好用,但我怎样才能禁用选择器?

我试过了:

listView.clearChoices();
listView.setSelected();
listView.setSelector();
...

还有一些其他的东西,但没有任何效果。有什么想法可以让我选择的项目恢复正常吗?不会这么复杂吧?

编辑:我需要一个编程解决方案!

谢谢!

最佳答案

clearChoices() 之后在 ListView 上调用 requestLayout()。它会起作用的。

关于android - 取消选择 ListView 中的选定项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17751129/

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