I have a list item with a button inside.
When the button is shown, the list item is not clickable anymore. To make it clickable again, I have replaced the button with a
You can try this:
yourButton.setFocusable(false); yourButton.setFocusableInTouchMode(false);