Try setting your buttons (or any other views you want to handle click inside a list item) like this:
android:focusable="false"
android:focusableInTouchMode="false"
Try setting your buttons (or any other views you want to handle click inside a list item) like this:
android:focusable="false"
android:focusableInTouchMode="false"