Apply an Animation on a Drawable in Android
Posted
by Casebash
on Stack Overflow
See other posts from Stack Overflow
or by Casebash
Published on 2010-05-25T05:26:31Z
Indexed on
2010/05/25
5:31 UTC
Read the original article
Hit count: 397
I am adding a glow animation effect to a logo. So far, I have managed to get the glow image behind the logo, using a LayeredDrawable, but I can't figure out how to animate it. I have found that AlphaAnimation would achieve the desired effect, but unfortunately I can only apply it on Views, not Drawables. How can I achieve this effect?
© Stack Overflow or respective owner