<?xml version="1.0" encoding="utf-8"?>

<!-- animation adapted from an animated GIF found on:
  http://www.freesmileys.org/smileys-computer-001.php -->
<animation-list 
	xmlns:android="http://schemas.android.com/apk/res/android"
	android:oneshot="false" >
	<item
        android:drawable="@drawable/smiley_1"
		android:duration="250" />
	<item
        android:drawable="@drawable/smiley_2"
		android:duration="100" />
	<item
        android:drawable="@drawable/smiley_3"
		android:duration="100" />
</animation-list>