Is it possible to create a custom button in Android, where the button is idly animating using a frame animation (AnimationDrawable)?
views:
44answers:
1
+1
A:
Did you checked: http://developer.android.com/intl/zh-TW/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()
Macarse
2010-08-06 05:04:14