Is there an easy way to change the color of a drawable (which is a png
image) ..setColorFilter does not seem to work....
I tried in following
d.setColorFilter(0xff0000ff, Mode.DARKEN); and few more of these modes
(which I have no idea what they mean)...
before a call to setMarker(d); but it didnt worked...no change to the
overlayitem

Or is it something that colorfilter dont work on png drawable?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to