You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
576 B

<?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/loading_01"
android:duration="150">
</item>
<item
android:drawable="@drawable/loading_02"
android:duration="150">
</item>
<item
android:drawable="@drawable/loading_03"
android:duration="150">
</item>
<item
android:drawable="@drawable/loading_04"
android:duration="150">
</item>
</animation-list>