Reputation: 6602
I have a one custome view and on expandable list view.
list is scrolling fine but when i tried to place both in a scroll view its not working.
I decided to place the custom view in one of the element in the expandable list view.
But, each element in the list has two items Group and Childs.
How to replace both of them with my view at first position...?
Thanks in advance...!
Upvotes: 1
Views: 587
Reputation: 6602
Finally i got a solution for this.
Load your custom view into the ExpandableListView as Group with 0 children.
Then make group indicator invisible.. that's it. :)
Upvotes: 2