expandablelistview
Is there a way to nest an ExpandableListView inside of a RelativeLayout?
What I would like to do is create a Layout with buttons, edittexts, an textviews on the left 开发者_StackOverflowside, and have the ExpandableListView on the right. Is there any way to do this? I have[详细]
2023-03-15 01:48 分类:问答Clicking a checkbox on an ExpandableListView does not trigger the onChildClick event
I have an ExpandableListView which contains a list of rows with CheckBox and TextView. I have managed get the row selectable by setting the checkbox focusable attribute to false.I have also added a O[详细]
2023-03-14 06:24 分类:问答Sort expandable listview
I want to sort an expendable listview dynamically. Could someone tell me how to accomplish this? I\'ve trie开发者_如何学编程d sorting the group name but then the child elements don\'t get sorted. I[详细]
2023-03-14 03:12 分类:问答Force ExpandableListView to update data when notifyDataSetChanged is called
I have an ExpandableListView and an ExpandableListAdapter.When I call notifyDataSetChanged() in my adapter, the data is not refreshed until I collapse and then expand the group.Here\'s the code in que[详细]
2023-03-13 06:25 分类:问答OnGroupClickListener
i set on my ExpandableListView OnGroupClickListener. but when i click on expanded group - group at first groupcollapsed, and only after se开发者_C百科cond click OnGroupClickListener called.I have the[详细]
2023-03-12 23:58 分类:问答Adding a "Child" or SubItem to ExpandableListView
I can\'t find instructions to add a child item to my expandable list anywhere. All I can find is 50 questions on how to change the background color.[详细]
2023-03-11 05:13 分类:问答Android Custom expandeablelistivew without xml layout
I am following below code to create expandablistView in android withour xml layout.its working fine,but I don\'t know how I can change an image If I use an image in child/group layout ?[详细]
2023-03-10 10:22 分类:问答How to display default group icons in ExpandableListView?
I\'m finding lots of discussion about how to replace the default group icons in an ExpandableListView, but I\'m not coming up with anything on how to get the defaults to display in the first place.[详细]
2023-03-10 09:17 分类:问答android expandable list need help
expListAdapter = new ColorAdapter(this, GrouppList, colors); //setListAdapter(expListAdapter); exlv1=(ExpandableListView) findViewById(R.id.expandableListView1);[详细]
2023-03-10 02:56 分类:问答How to Change the color of child divider of ExpanableListView by layout xml file?
I want to change the color of child divider of ExpandableListView by writing: android:childDivider=\"@drawable/yellow\"[详细]
2023-03-09 21:11 分类:问答