expandablelistview
ListView / ExpandableListView setEmptyView() has no effect
I\'m trying to set empty view for three list views, namely 2 expandable and one list view, which are in different tabs:[详细]
2023-04-04 07:06 分类:问答setting different indicators for different groups in android
I would like to know how to set different indicators for different groups in ExpandableListView. I tried :[详细]
2023-04-03 18:36 分类:问答Group Indicators in android.widget.ExpandableListView
I have to populate an ExpandableListView in my application. ExpandableListView consists of a set of groups which in turn consists of a set of children.[详细]
2023-04-03 14:39 分类:问答Can't set ExpandableListView Child DividerHeight
I\'m working with ExpandableListViews, which need to have a divider between groups, but not between the the group and it\'s child.[详细]
2023-04-03 12:10 分类:问答CursorLoader and CursorTreeAdapter
I\'m trying to use CursorLoader with a CursorTreeAdapter but am running into an issue I can\'t figure out. (If you have a working example of this, feel free to skip the rest and attach it below. I wou[详细]
2023-04-01 04:52 分类:问答in Android ExpandableListView, how to change the margin between two groups
How to change the margin between two groups in an ExpandableListView? If I insert two groups into an ExpandableListView, I got the following[详细]
2023-03-30 16:28 分类:问答Animate Child View in ExpandableList
I only have 1 chi开发者_StackOverflowld view for each group view, which is inflated from a layout .xml file. I wish to animate the child view so that when the child item is displayed, the list item be[详细]
2023-03-29 11:37 分类:问答What is the proper way to handle child selection when an ExpandableListView gets focus?
I have an ExpandableListView and then some other control that can have focus to the right of it.Something like this.Note: Child2 is selected开发者_如何学JAVA.[详细]
2023-03-29 08:16 分类:问答populate an expandableListView with arrayLists
Can anyone tell me any good links on 开发者_开发知识库how to do this? I\'ve looked through a good 15-20 links and none have really explained anything.[详细]
2023-03-27 15:07 分类:问答Dynamically populating an expandableListView
So All I\'m trying to do is create a dynamic expandableListView Currently It works if I just do the groupViews. The problem comes in when I have to populate the children of those groupViews.. I don\'t[详细]
2023-03-26 08:29 分类:问答