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
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!