<scale  
     android:interpolator= "@android:anim/decelerate_interpolator"    
     android:fromXScale="0.0"    
     android:toXScale="1.5"    
     android:fromYScale="0.0"    
     android:toYScale="1.5"    
     android:pivotX="50%"    
     android:pivotY="50%"    
     android:startOffset="0"    
     android:duration="10000"
     android:repeatCount="1"  
     android:repeatMode="reverse"
     android:fillAfter="true"
     android:fillBefore="false"
     /> 
为什么这样设置了,还是不能停到放大的那个位置,怎么样能让他只从小到大,而不在有缩小的动画