Is it possible to preserve ExpandableListView's default list item press behavior when supplying a group view that contains more than just a TextView. The behavior I'm referring to is where the item being pressed changes background color to yellow.
Every time I supply a group view that contains e.g. a TextView and a Button, I lose the behavior.