Skip to content

Instantly share code, notes, and snippets.

@Komarev
Created April 7, 2016 12:58
Show Gist options
  • Save Komarev/4d780802f71e409d25fe34782096c378 to your computer and use it in GitHub Desktop.
Save Komarev/4d780802f71e409d25fe34782096c378 to your computer and use it in GitHub Desktop.
Fresco.initialize(this,
ImagePipelineConfig.newBuilder(this)
.setBitmapsConfig(Bitmap.Config.RGB_565)
.build()
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment