expandablelistview
How to implement different click events for child of expandable list?
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[详细]
2023-02-12 02:43 分类:问答How to implement multilevel expandable list view?
I need to implement multilevel expandable list view, something like ExpandableListView but with more than 2 levels.[详细]
2023-02-11 13:46 分类:问答Android Custom View and BaseExpandableListAdapter
I want to add a custom view to a group view with a BaseExpandableListAdapter This is The code: The custom view and layout.xml[详细]
2023-02-11 05:10 分类:问答Android expandable list view
Trying to create expandable list view in android.I would like each group to expand to a pre-set XML layout file.For example.[详细]
2023-02-11 02:52 分类:问答Horizontal line between items in ExpandebleListView
How can I delete th开发者_运维百科is horizontal line? try android:divider=\"@null\" it should work.[详细]
2023-02-11 00:11 分类:问答Android expandable list with scrollview
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[详细]
2023-02-10 20:41 分类:问答Possible to have both a context menu and default click behavior on ExpandableListView group items?
Is it possible to have both a context menu and default click behavior on ExpandableListView group items?[详细]
2023-02-09 18:03 分类:问答ExpandableListView onGroupLongClick
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[详细]
2023-02-09 06:07 分类:问答SimpleExpandableListAdapter sections titles
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:[详细]
2023-02-06 02:08 分类:问答How to use a ListView inside a ExpandableList?
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开发者[详细]
2023-02-05 19:00 分类:问答