OSDN Git Service

theme engine fixes
[android-x86/packages-apps-Eleven.git] / res / anim / anim_0.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <set xmlns:android="http://schemas.android.com/apk/res/android" >\r
3 \r
4     <scale\r
5         android:duration="200"\r
6         android:fromXScale="2.0"\r
7         android:fromYScale="0.0"\r
8         android:pivotX="50.0%"\r
9         android:pivotY="50.0%"\r
10         android:toXScale="1.0"\r
11         android:toYScale="1.0" />\r
12 \r
13 </set>