I have an expandablelistview
and if click in the header I don't want expandablelistview
to hide its children elements, like this:
My xml:
android:id="@+id/exListView"
android:focusable="false"
android:listSelector="@android:color/transparent"
android:groupIndicator="@drawable/group_indicator"
android:layout_width="match_parent"
android:transcriptMode="alwaysScroll"
android:layout_height="wrap_content">