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); }
?
?