droidVncServer/res/anim/animation.xml
2012-06-13 21:15:43 +01:00

11 lines
278 B
XML

<?xml version="1.0" encoding="utf-8"?>
<set>
<alpha
xmlns:android="http://schemas.android.com/apk/res/android"
android:fromAlpha="0.0"
android:toAlpha="1.0"
android:duration="500"
android:repeatMode="reverse"
android:repeatCount="infinite" />
</set>