I am doing a scale animation with anim xml as follows. The animation interpolator isn\'t working. I am trying to have bounce interpolator but isn\'t working. >
Bounce is just an animation effect where animation ends in bouncing fashion. For this set android:interpolator value to @android:anim/bounce_interpolator. This bounce can be used with any kind animation. Following slide down example uses bounce effect.