diff options
Diffstat (limited to 'res/anim/updated_stop_view.xml')
-rw-r--r-- | res/anim/updated_stop_view.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/anim/updated_stop_view.xml b/res/anim/updated_stop_view.xml new file mode 100644 index 0000000..eab6853 --- /dev/null +++ b/res/anim/updated_stop_view.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<set xmlns:android="http://schemas.android.com/apk/res/android" + android:interpolator="@android:anim/accelerate_interpolator" + android:shareInterpolator="true" > + + <alpha + xmlns:android="http://schemas.android.com/apk/res/android" + android:duration="1000" + android:fromAlpha="0.0" + android:toAlpha="1" /> + +</set>
\ No newline at end of file |