expandablelistview
Adding a button to the ExpandableListView Group item
I am customizing an ExapndableListView,, I am trying to add a Button to the Group Item,, The problem is that if the button is focussablethe group does\'t expand on click. I want the group to expand[详细]
2023-03-09 04:53 分类:问答dynamically generate javascript expandable list
I want to do something such as when I click a button on the webpage, it will show an expandable list, instead of showing the expandable开发者_如何学JAVA list from the beginning. What I did is using th[详细]
2023-03-08 20:51 分类:问答Can I have multiple onClickListeners for the same expandableListView?
I have an onClickListener sucessfully set up for my custom ExpandableListView elv.setOnChildClickListener(new OnCh开发者_开发问答ildClickListener() {[详细]
2023-03-08 14:47 分类:问答ExpandableListView Not Updated After AsyncTask finishes executing
I have an ExpandableListView that is created as part of an activity: @Override public void onCreate(Bundle savedInstanceState) {[详细]
2023-03-08 14:36 分类:问答Android XML Pull Parser child nodes problem
My application includes two activities : 1st activity will contain set of buttons created dynamically from the xml file, when we click on these buttons 2nd activity starts. In 2nd activity i开发者_如[详细]
2023-03-07 22:33 分类:问答How to set width and height for indicator icon of an ExpandableListView?
I\'ve used selector to set indicator icon for my ExpandableListView but my collapse and expand icon are resized to match the size of the original 开发者_开发百科indicator icon(which is bigger than my[详细]
2023-03-07 03:01 分类:问答Android: Get number of groups in ExpandableListView?
is there a way to get 开发者_运维问答the number of groups in an ExpandableListView? Or do I have to \"remember\" how many group items I have added?You can get the group count through the ExpandableLis[详细]
2023-03-07 01:45 分类:问答Expandable List: Android
I m working on android. i have made expandable list view and its working properly. I have given 4 group rows in the same activity.. I want to close first expandable list automatica开发者_Python百科lly[详细]
2023-03-06 21:31 分类:问答Android: How to make child rows in ExpandableListView non-cklickable?
Guess this is pretty simple, but searching didn\'t help... I want an ExpandableListView, where you can not select the child rows.[详细]
2023-03-06 20:36 分类:问答ExpandableListFragment with LoaderManager for Compatibility Package
I want to make my ExpandableListActivity compatible with Honeycomb. I am wondering why there is no ExpandableListFragment for the Compatibility Package.[详细]
2023-03-06 17:23 分类:问答
加载中,请稍侯......