Open GoogleCodeExporter opened 8 years ago
You need to disable hardware acceleration. Add the following:
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
// Disable hardware acceleration
imageView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
}
Original comment by efroh...@gmail.com
on 17 Mar 2013 at 1:56
Working! Thanks a lot!
Original comment by drin...@gmail.com
on 17 Mar 2013 at 10:41
It worked for me. Thank you
Original comment by cdroch...@gmail.com
on 26 Jul 2013 at 2:16
Original issue reported on code.google.com by
drin...@gmail.com
on 11 Mar 2013 at 3:08