Skip to content

Instantly share code, notes, and snippets.

@nitindhar7
Created October 17, 2011 03:06
Show Gist options
  • Save nitindhar7/1291852 to your computer and use it in GitHub Desktop.
Save nitindhar7/1291852 to your computer and use it in GitHub Desktop.
Animation frames in the res/drawable/ folder
<animation-list android:oneshot="false">
<item android:drawable="@drawable/wait_0" android:duration="50" />
<item android:drawable="@drawable/wait_1" android:duration="50" />
<item android:drawable="@drawable/wait_2" android:duration="50" />
<item android:drawable="@drawable/wait_3" android:duration="50" />
<item android:drawable="@drawable/wait_4" android:duration="50" />
<item android:drawable="@drawable/wait_5" android:duration="50" />
</animation-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment