BayernMessenger/vector/src/main/res/drawable/riot_animated_logo.xml

16 lines
684 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
android:oneshot="false">
2019-04-03 12:24:32 +00:00
<item
android:drawable="@drawable/riot_splash_0_blue"
android:duration="@integer/splash_animation_velocity" />
<item
android:drawable="@drawable/riot_splash_1_green"
android:duration="@integer/splash_animation_velocity" />
<item
android:drawable="@drawable/riot_splash_2_pink"
android:duration="@integer/splash_animation_velocity" />
<item
android:drawable="@drawable/riot_splash_3_red"
2019-04-03 12:24:32 +00:00
android:duration="@integer/splash_animation_velocity" />
</animation-list>