Weather/res/drawable/short_event.xml
2021-05-10 10:13:34 +02:00

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>