首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 平面设计 > 图形图像 >

imageView动画片效果

2012-09-24 
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); }

?

?

热点排行