res/anim/rotate_and_scale.xml
author "Vincent Veronis"
Sun, 20 Mar 2011 02:55:29 +0100
changeset 876 e221906b6fc7
parent 722 31858ca72190
child 896 c2c6ee3d3c71
permissions -rw-r--r--
Add the list of accounts in the Login.View Send to the BeemService the account name for the connection

<?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>