Apply an Animation on a Drawable in Android

前端 未结 4 1949
慢半拍i
慢半拍i 2020-12-19 05:06

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

4条回答
  •  独厮守ぢ
    2020-12-19 05:40

    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.

提交回复
热议问题