<?xml version="1.0" encoding="utf-8"?>
<animation-list xmlns:android="http://schemas.android.com/apk/res/android" android:oneshot="false">
  <item android:drawable="@drawable/an_image" android:duration="400"/>
  <item android:drawable="@drawable/an_other_image" android:duration="400"/>
  <item android:drawable="@drawable/third_image" android:duration="300"/>
</animation-list>