android_解决2.3帧动画无效果
时间:2014-09-18 09:49:43
收藏:0
阅读:139
mIvPoint.setBackgroundResource(R.drawable.point_anim);
rocketAnimation = (AnimationDrawable) mIvPoint.getBackground();
mIvPoint.post(new Runnable(){
public void run(){
rocketAnimation.start();
}
});原文:http://blog.csdn.net/zhpforever/article/details/39367603
评论(0)