Reputation: 11
<scale android:fromXScale="1.0" android:toXScale="2.0"
android:fromYScale="1.0" android:toYScale="2.0"
android:pivotX="50%" android:pivotY="20%p"
android:fillEnabled="true"
android:fillAfter="true"
android:startOffset="1000"
android:duration="3000" />
Had use above code to perform zoom animation. Code work fine but image get blurred while zooming. Any suggestion?
Upvotes: 1
Views: 871
Reputation: 57149
Use a larger, higher-resolution image and scale from a smaller size (e.g. 0.5) to its full size.
Upvotes: 1