【发布时间】:2014-12-08 01:58:07
【问题描述】:
我想旋转我的动画,我知道在这行之后我必须放一个按钮:
imageView = (ImageView) findViewById((R.id.imgSplash));
final Animation animRotate = AnimationUtils.loadAnimation(this,R.anim.rotate);
如何在没有按钮的情况下启动动画?
【问题讨论】:
标签: android animation button screen splash-screen