|
|
@@ -2,11 +2,11 @@
|
|
|
<scale xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:duration="1000"
|
|
|
android:fillBefore="true"
|
|
|
- android:fromXScale="0.8"
|
|
|
- android:fromYScale="0.8"
|
|
|
+ android:fromXScale="1.0"
|
|
|
+ android:fromYScale="1.0"
|
|
|
android:pivotX="50%"
|
|
|
android:pivotY="50%"
|
|
|
android:repeatCount="800"
|
|
|
android:repeatMode="reverse"
|
|
|
- android:toXScale="1.3"
|
|
|
- android:toYScale="1.3" />
|
|
|
+ android:toXScale="1.4"
|
|
|
+ android:toYScale="1.4" />
|