我怎样才能停止动画(我认为是 .stop() )。那么它应该是动画中出现静态的图片。第二张图片应该是显示的那张。
我怎么做?
这是 XML 动画列表:
<?xml version="1.0" encoding="utf-8"?>
<animation-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:drawable="@drawable/app" android:duration="1200"/>
<item android:drawable="@drawable/app2" android:duration="250"/>
</animation-list>