In my expandable list view I have a textView and an imagebutton. When I click on the textView or child view of expandable list, it should show an alertbox. I can achieve this by using onChildClick but
I need to implement multilevel expandable list view, something like ExpandableListView but with more than 2 levels.
I want to add a custom view to a group view with a BaseExpandableListAdapter This is The code: The custom view and layout.xml
Trying to create expandable list view in android.I would like each group to expand to a pre-set XML layout file.For example.
How can I delete th开发者_运维百科is horizontal line? try android:divider=\"@null\" it should work.
Is it possible to have a custom e开发者_JAVA百科xpandable list view in android with scrollview?ListView already have scrollView associated with it, you can use MergeAdapter to achieve thisI don\'t thi
Is it possible to have both a context menu and default click behavior on ExpandableListView group items?
How can i implement an onGroupLongCl开发者_开发问答ickListener? If i use onItemLongClick then i just get the position of the element seen by the listview, so i need to convert this position to grouppo
I implemented my SimpleExpandableListAdapter, and I\'m trying to customize the section titles. To do this I pass to the constructor the id of a custom TextView for the groupTo parameter:
I\'ve been working with a custom ExpandableList (see example picture below) where each item always has one child. This child consists of three parts. Each part has a header (red bars) and below t开发者