Is it possible to create开发者_运维技巧 a custom button in Android, where the button is idly animating using a frame animation (AnimationDrawable)?
Did you checked: https://developer.android.com/guide/topics/graphics/2d-graphics.html#frame-animation
- create the frame animation
- save it in the res/drawable folder
- ser the button background to be that resource
- getBackground.start()
精彩评论