well i´m trying to create a ExpandableListView like Spotify it does… But i don´t have any idea how do disable the LinearLayout to act like a button (Expand the list) I have created a image which should describe what i like. I like to have the possibility to handle a click on the text / image (parent) as a normal interaction. A click on the right button should expand the list like in Spotify…

This is the onCreate from the ChannelList which extends ListFragment. It stores the data and generate a new Adapter if the Fragment is called.
On the Adapter i have the getGroupView Method which look like:
So if i register the ImageButton in the adapter it will call the onClick from the adapter. But in the onClick i do not know which group was clicked… If i do not register the button on any listener it will not call the onGroupClick from the ChannelList…