I have traversed the internet and have yet to find an answer for this
problem. I have a set of image resources that I use in my widget, I
need to be able to reuse them but with differing Alpha levels. So far
the only command I can find to change alpha levels is .setAlpha(), but
that will not work as I am having to dispatch the image
via .setImageViewResource and I can't seem to get .setAlpha to work
with this command.

Is there a way to get this to work or am I going to have to double my
application size by including doubles of my resources?

-- 
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