Open GoogleCodeExporter opened 8 years ago
Try disabling 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 peter.g....@gmail.com
on 30 Apr 2014 at 2:48
Original issue reported on code.google.com by
ke...@kevinlint.com
on 27 May 2013 at 6:57