On Fri, Mar 12, 2010 at 5:38 PM, Ali Chousein <[email protected]>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. > What would be a decent way of doing this? > http://developer.android.com/reference/android/widget/ExpandableListView.html <http://developer.android.com/reference/android/widget/ExpandableListView.html> Look for the child indicator and group indicator functions and XML properties. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

