|
|
@@ -0,0 +1,10 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<set xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:shareInterpolator="false">
|
|
|
+ <alpha
|
|
|
+ android:duration="200"
|
|
|
+ android:fromAlpha="1.0"
|
|
|
+ android:interpolator="@android:anim/accelerate_interpolator"
|
|
|
+ android:repeatCount="0"
|
|
|
+ android:toAlpha="1.0" />
|
|
|
+</set>
|