OSDN Git Service

android-2.1_r1 snapshot
[android-x86/packages-apps-DeskClock.git] / res / anim / undim.html
diff --git a/res/anim/undim.html b/res/anim/undim.html
new file mode 100644 (file)
index 0000000..d0ba9ad
--- /dev/null
@@ -0,0 +1,7 @@
+<alpha xmlns:android="http://schemas.android.com/apk/res/android"
+    android:fromAlpha="1.0"
+    android:toAlpha="0.0"
+    android:duration="500"
+    android:fillAfter="true"
+    android:interpolator="@android:anim/decelerate_interpolator"
+    />