expandablelistview
layout as listview header
I have a layout that contains two lists. Since you can\'t put lists in a ScrollView I am trying to use an ExpandableListView, with a custom SimpleExpandableListAdapter, as per this question.[详细]
2023-02-04 18:15 分类:问答How to determine appropriate dimensions for ExpandableListView groupIndicator icons?
I\'m working on an app that involves and ExpandableListView.We should like to replace the groupIndicator with one of our own choosing.[详细]
2023-02-03 23:11 分类:问答animating the childs of an expandablelistview when collapsing/expanding
I\'m trying to animate my child views in an expandablelistview. I would like the child view to slide down from top to bottom when expanding a group and sliding from bottom to top when collapsing a gro[详细]
2023-02-01 22:15 分类:问答Android: ExpandableListView drawable group indicator being big when i using my own icon
I开发者_StackOverflow社区 am using this codes to set my own group indicator icon and set it to right side of the list[详细]
2023-02-01 14:20 分类:问答How do I add a footer View to a child List in a ExpandableListActivity?
I\'ve been attempting to work out how to add a child View to a child List in an ExpandableListActivity, but to no avail.[详细]
2023-02-01 03:51 分类:问答Filterable Complex ListView
The current implementation of my listview displays data in different categories/sections, depending on a variable of the objects to be displayed. Just to show an example, if the dataset is e.g. {cat,o[详细]
2023-01-31 10:37 分类:问答Get a string-array into a string
I have a set of strings I originally was using with an ArrayAdapter to populate a Spinner.Instead of a Spinner, I want to use a BaseExpandableListAdapter.Is there a way I can get a set of string-array[详细]
2023-01-31 03:26 分类:问答android fastScroll only covers part of the list
I have a class which implements expandable list activity. In the XML code (or I can do it in java), I set fastScrollEnabled to true. This does in deed enable fast scroll. BUT fast scroll only works in[详细]
2023-01-31 03:20 分类:问答Creating buttons in expandablelistview
My Question is I have a expandable list 开发者_运维技巧view. in the expandable list i havetwo buttons in each child in the list. Now i can able to add buttons in the child list. But i dont know how t[详细]
2023-01-30 11:12 分类:问答How to get Group position from onChildClick()?
I have an ExpandableListView view and I\'ve implemented OnChildClickListener, but I need to get the group of that child, more specifically - the text staying as a label of that group.[详细]
2023-01-30 07:21 分类:问答
加载中,请稍侯......