animation

protected void onCreate(Bundle savedInstanceState) {
// TODO 自动生成的方法存根
super.onCreate(savedInstanceState);
setContentView(R.layout.layout);
img=(ImageView)findViewById(R.id.img);


Animation anim=AnimationUtils.loadAnimation(this, R.anim.scale);
anim.setFillAfter(true);

img.setAnimation(anim);

}

posted @ 2015-04-11 19:17  ma_fighting  阅读(158)  评论(0编辑  收藏  举报
历史天气查