I had the same problem. A simple button.setFocusable(false) solved the problem for me.
On 16 Okt., 20:03, goldfish <[EMAIL PROTECTED]> wrote: > Hello, > > I have a custom listview contol that performs on click event handling > when a user clicks a list item. When I add a button to each listview > item my listview click event stops working and only my button's click > event fires. If I remove the button the listview's click event fires > correctly. Is there a way to have both click events fire correctly? > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

