res/anim/rotate_and_scale.xml
author Da Risk <da_risk@beem-project.com>
Tue, 22 Jan 2013 15:01:56 +0100
changeset 1021 b47960e53050
parent 722 31858ca72190
permissions -rw-r--r--
Discover Server features right after connection. In the same time, postpone the load of the roster. This avoid a timeout on the discovery request sent to the server. The timeout is caused by receiving big rosters.

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