gpt4 book ai didi

android - 带有按钮的列表项不再可点击

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

我有一个列表项,里面有一个按钮。

当按钮显示时,列表项不再可点击。为了让它再次可点击,我用 View 替换了按钮。问题是,当单击列表项时,按钮会更改背景图像(就像单击它一样)。如何避免这种不良行为?

谢谢

最佳答案

为您的按钮设置以下属性

  android:focusable="false"
android:focusableInTouchMode="false"

对于 ImageButton,还要在父 View 中添加以下内容

  android:descendantFocusability="blocksDescendants" 

关于android - 带有按钮的列表项不再可点击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11160639/

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