如何在Android中创建使用框架动画设置动画的自定义按钮

时间:2010-08-06 01:38:35

标签: android animation button

是否可以在Android中创建自定义按钮,其中按钮使用框架动画(AnimationDrawable)暂时动画?

1 个答案:

答案 0 :(得分:1)

您检查过:https://developer.android.com/guide/topics/graphics/2d-graphics.html#frame-animation

  • 创建框架动画
  • 将其保存在res / drawable文件夹中
  • 将按钮背景设为该资源
  • getBackground.start()