I want to display a Button inside the ListView. The goal should be to click on the ListView line or on the button.
Button
ListView
Click on th
Add the line below to your list item XML.
android:descendantFocusability="blocksDescendants"
Then your list item will be like this:
// Your layout objects here