Re: [android-developers] Override default icons of BaseExpandableListAdapter

2010-03-12 Thread TreKing
On Fri, Mar 12, 2010 at 5:38 PM, Ali Chousein wrote: > I'm trying to override the default icons of an > BaseExpandableListAdapter in a class which inherits from > BaseExpandableListAdapter. > BaseExpandableListAdapter does not have icons - the expandable list view it provides data for does. > W

[android-developers] Override default icons of BaseExpandableListAdapter

2010-03-12 Thread Ali Chousein
Hello, I'm trying to override the default icons of an BaseExpandableListAdapter in a class which inherits from BaseExpandableListAdapter. What would be a decent way of doing this? Such a basic thing doesn't seem to be straightforward. Thank you in advance, -Ali -- You received this message bec