On Thu, Jul 21, 2011 at 9:24 AM, IanH <[email protected]> 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 the color of a pre-defined image. You might be able to do some color blending with some custom draw routines, but I doubt what you see is a simple as you'd like it to be. You are probably best served by providing custom drawables. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

