i have a ExpandableListActivity with an custom Adapter.
if the custom row of the adapter contains a imageViewall is done, but if i change this view from imageView to imageButton, the expandable listview don't expand.
Is there any method to put a button that can be clicked and the expandablelist does not lose the functionality to expand?