List item with CheckBox not clickable

前端 未结 9 1898
误落风尘
误落风尘 2020-12-31 01:12

I have a list item which contains a CheckBox, and I want to be able to click on the CheckBox and on the list item itself. Unfortunately, there seems to be some sort of confl

9条回答
  •  -上瘾入骨i
    2020-12-31 01:46

    You need to add this to your custom adapter xml file android:descendantFocusability="blocksDescendants"

提交回复
热议问题