Skip to content

Instantly share code, notes, and snippets.

@jacquesgiraudel
Created September 30, 2017 13:22
Show Gist options
  • Save jacquesgiraudel/b2560bfe3fcafdf84428db99be57bd69 to your computer and use it in GitHub Desktop.
Save jacquesgiraudel/b2560bfe3fcafdf84428db99be57bd69 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<animation-list
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/splash_animation" android:oneshot="false">
<item android:drawable="@drawable/blue_circle" android:duration="330" />
<item android:drawable="@drawable/red_circle" android:duration="330" />
<item android:drawable="@drawable/yellow_circle" android:duration="330" />
<item android:drawable="@drawable/blue_circle" android:duration="330" />
<item android:drawable="@drawable/green_circle" android:duration="330" />
<item android:drawable="@drawable/red_circle" android:duration="330" />
</animation-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment