0

I have an expandablelistview and if click in the header I don't want expandablelistview to hide its children elements, like this:

Don't hide expandablelistview's children elements

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">
Logic
  • 2,230
  • 2
  • 24
  • 41
g6848453
  • 63
  • 1
  • 7
  • 1
    possible duplicate of [Expand all children in expandable list view](http://stackoverflow.com/questions/6873345/expand-all-children-in-expandable-list-view) – Phantômaxx Jul 28 '15 at 07:47
  • @DerGol...lum thanks for answer, i use this `View v = super.getGroupView(groupPosition, isExpanded, convertView, parent);` and i have error `abstract method getgroupview cantnot be accessed directory` – g6848453 Jul 28 '15 at 08:01
  • `abstract method getgroupview cantnot be accessed directory`... do you mean `abstract method getGroupView() cannot be accessed directly`? – Phantômaxx Jul 28 '15 at 08:29
  • @DerGol...lum yes it is – g6848453 Jul 28 '15 at 08:40
  • Well, some code is required. – Phantômaxx Jul 28 '15 at 08:49

0 Answers0