0

Is there a way to load an image file into an ImageView object, and then define a transparent color for this object ?

Arutha
  • 26,088
  • 26
  • 67
  • 80

1 Answers1

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