I found this useful snippet on a forum:
Romain Guy
Date: Mon, 10 Nov 2008 08:34:23 -0800
Subject: Re: [android-developers] no callback to onItemClick() on clicking my ListView
If you put a focusable View inside a list item, then the list item
will not be clickable. You would have to set a click listener on the
button for instance.
Date: Mon, 10 Nov 2008 08:34:23 -0800
Subject: Re: [android-developers] no callback to onItemClick() on clicking my ListView
If you put a focusable View inside a list item, then the list item
will not be clickable. You would have to set a click listener on the
button for instance.