Is there a way to load an image file into an ImageView object, and then define a transparent color for this object ?
A:
try using setalpha property to your drawable...
Refer to this sample
http://android-developers.blogspot.com/2009/05/drawable-mutations.html
Rahul
2010-08-24 10:36:58
No, my need is to make certain pixels (all the red pixels for example) transparent.
Arutha
2010-08-24 12:33:16