どうすればアニメーションを停止できますか (私は .stop() で考えます)。次に、アニメーションの画像が静的に表示されるはずです。2 番目の画像は、表示されているものである必要があります。
それ、どうやったら出来るの?
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>