AnimationDrawable



    
    
    


 ImageView view = (ImageView) findViewById(R.id.ivs);
        view.setBackgroundResource(R.drawable.icon);
       AnimationDrawable as =  (AnimationDrawable) view.getBackground();
       as.start();

你可能感兴趣的:(AnimationDrawable)