OSDN Git Service

Merge change I0a267d0f into eclair
[android-x86/packages-apps-DeskClock.git] / res / anim / undim.html
1 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
2     android:fromAlpha="1.0"
3     android:toAlpha="0.0"
4     android:duration="500"
5     android:fillAfter="true"
6     android:interpolator="@android:anim/decelerate_interpolator"
7     />