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
You need to add this to your custom adapter xml file android:descendantFocusability="blocksDescendants"