Is there a way to load an image file into an ImageView object, and then define a transparent color for this object ?
Asked
Active
Viewed 1,431 times
1 Answers
1
try using setalpha property to your drawable...
Refer to this sample
http://android-developers.blogspot.com/2009/05/drawable-mutations.html

DeRagan
- 22,827
- 6
- 41
- 50
-
No, my need is to make certain pixels (all the red pixels for example) transparent. – Arutha Aug 24 '10 at 12:33