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?
Share
Android 3.0 introduced Property Animations.
Unfortunately, this is limited to Android 3.0 and up which won’t get on phones any time soon.