List item with button not clickable anymore

android, button, listview

Solution

Actually I have just found a wonderful explaination: http://android.cyrilmottier.com/?p=525

The problem and the solution is very well explained there.

Problem

I have a list item with a button inside. When the button is shown, the list item is not clickable anymore. To make it clickable again, I have replaced the button with a view. The problem is that, when the list item is clicked, the button changes background image (like if it is clicked). How can avoid this bad behaviour? Thanks

Original source