res/anim/rotate_and_scale.xml
author Da Risk <darisk972@gmail.com>
Thu, 31 Mar 2011 21:42:24 +0200
changeset 881 b097dd0b8c09
parent 722 31858ca72190
permissions -rw-r--r--
Update headers tools files. The checkstyle header check now requires to have the year 2009 which is the year Beem was first released.

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

<set xmlns:android="http://schemas.android.com/apk/res/android">
    <rotate android:fromDegrees="0" android:toDegrees="360"
	android:pivotX="50%" android:pivotY="50%"
	android:duration="5000"
	android:repeatMode="restart"
	android:repeatCount="infinite" />
</set>