采用监听 AnimationListener 发现不能播放动画了。
解决办法:
将动画的启动方式:animation.startnow去掉,改为如下即可
view.startAnimation(animation);