<?xml version="1.0" encoding="utf-8"?>
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
android:oneshot="true">
<item
android:drawable="@drawable/progressbar"
android:duration="1000" />
<item
android:drawable="@drawable/progressbar_1"
android:duration="1000" />
<item
android:drawable="@drawable/progressbar_2"
android:duration="1000" />
</animation-list>