imageView动画片效果

imageView动画效果animation-list xmlns:androidhttp://schemas.android.com/apk/res/android??? andr

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

?

?