读书人

imageView动画片效果

发布时间: 2012-09-24 13:49:41 作者: rapoo

imageView动画效果


<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
??? android:oneshot="false">
???>
???>
???>
???>
???>
???>
???>
???>
???>
</animation-list>

/ Call this method to stop the animation public void stopAnimation(){ AnimationDrawable animator = (AnimationDrawable) imageView.getBackground(); animator.stop(); imageView.setImageResource(R.drawable.icon); }

?

?

读书人网 >图形图像

热点推荐