NewsBlur-viq/clients/android/NewsBlur/res/anim/text_down.xml
2013-06-27 09:43:22 -07:00

10 lines
No EOL
250 B
XML

<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
android:fillAfter="true">
<alpha
android:duration="1000"
android:fromAlpha="1.0"
android:toAlpha="0.5" />
</set>