[android-developers] Changing the color of ExpandableListView's group indicator

2011-07-21 Thread IanH
The problem : I've changed my app's background color to white, and now I cannot see the ExpandableListView's group indicator anymore. ExpandableListView has methods to change text color, background color, and divider color, but nothing I can see for the group indicator color. I do not want to

Re: [android-developers] Changing the color of ExpandableListView's group indicator

2011-07-21 Thread TreKing
On Thu, Jul 21, 2011 at 9:24 AM, IanH ihayes2...@gmail.com wrote: I do not want to provide custom drawables, I just want to change the color of the drawables that are provided by Android, programmatically. I feel there must be some simple way to do this. You can't just arbitrarily change