Eigentlich müssen Sie nur eine XML-Datei in Drawable erstellen (siehe unten). progress_spinner_001 zeigt auf das Bild, das Sie animieren möchten, und auf die Dauer, die Sie anzeigen möchten Frame für ....... und setze dein Android: indeterminateDrawable = Dateiname_in_drawable ....
<?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/progress_spinner_001" android:duration="300" />
<item android:drawable="@drawable/progress_spinner_002" android:duration="300" />
<item android:drawable="@drawable/progress_spinner_003" android:duration="300" />
<item android:drawable="@drawable/progress_spinner_004" android:duration="300" />
<item android:drawable="@drawable/progress_spinner_005" android:duration="300" />
<item android:drawable="@drawable/progress_spinner_006" android:duration="300" />
<item android:drawable="@drawable/progress_spinner_007" android:duration="300" />
<item android:drawable="@drawable/progress_spinner_008" android:duration="300" />
</animation-list>
ps u muss möglicherweise die Größe des Fortschrittsbalkens ändern, damit er wie gewünscht angezeigt wird