You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2026. It is now read-only.
This code should either be in both bitmap load paths or neither. Needs testing
on lower-end devices to see if this improves performance or not:
BitmapFactory.Options options = new BitmapFactory.Options();
options.inDither = true;
options.inPreferredConfig = AndroidPlatform.instance.preferredBitmapConfig;
options.inScaled = false;
Original issue reported on code.google.com by mmast...@gmail.com on 4 Jul 2011 at 4:12