droidVncServer/res/anim/animation.xml

11 lines
275 B
XML
Raw Normal View History

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