I have a list view where items have a text view and a button. I have managed to make list view onclick and button on click work together. The problem is that when I click th
An other solution would be to reproduce the button click on its parent, when the user tap on the button:
http://developer.android.com/reference/android/view/View.html#performClick()