natuanorg / android-zoom-view

Automatically exported from code.google.com/p/android-zoom-view
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Child View Blur at Move or Zoom #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Thanks for your jar.

I am fetching one issue when I will zoom or move, Child objects get blur for 
some milliseconds.  

May you help me on that pls?

Original issue reported on code.google.com by kalpesh....@sunshineinfotech.com on 20 Nov 2013 at 9:45

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
sure!
you need to disable animation cache for zoom view
    zoomView.setAnimationCacheEnabled(false);
or in layout XML if you're using one

ps. sorry for late reply

Original comment by karooo...@gmail.com on 13 Jan 2014 at 3:25