OSDN Git Service

Show weather forecast in DeskClock.
[android-x86/packages-apps-DeskClock.git] / res / anim / dim_instant.xml
1 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
2     android:fromAlpha="0.0"
3     android:toAlpha="1.0"
4     android:duration="0"
5     android:fillAfter="true"
6     />