Tengo un ImageView y le hago una animación a escala simple. Código muy estándar. Mi scale_up.xml: <set xmlns:android="http://schemas.android.com/apk/res/android"> <scale android:fromXScale="1" android:fromYScale="1" android:toXScale="1.2" android:toYScale="1.2"