12 lines
766 B
XML
12 lines
766 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<animation-list
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:duration="300" android:drawable="@drawable/service_item2" />
|
|
<item android:duration="300" android:drawable="@drawable/service_item1" />
|
|
<item android:duration="300" android:drawable="@drawable/service_item2" />
|
|
<item android:duration="300" android:drawable="@drawable/service_item1" />
|
|
<item android:duration="300" android:drawable="@drawable/service_item2" />
|
|
<item android:duration="300" android:drawable="@drawable/service_item1" />
|
|
<item android:duration="300" android:drawable="@drawable/service_item2" />
|
|
<item android:duration="300" android:drawable="@drawable/service_item1" />
|
|
</animation-list> |