List item with CheckBox not clickable

前端 未结 9 1897
误落风尘
误落风尘 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条回答
  •  独厮守ぢ
    2020-12-31 01:40

    insert this into the root element of the item row xml file

    android:descendantFocusability="blocksDescendants"
    

提交回复
热议问题