Skip to content

Support for custom PipelineDraweeControllerBuilder#78

Open
luciofm wants to merge 2 commits intostfalcon-studio:masterfrom
luciofm:support-custom-controller
Open

Support for custom PipelineDraweeControllerBuilder#78
luciofm wants to merge 2 commits intostfalcon-studio:masterfrom
luciofm:support-custom-controller

Conversation

@luciofm
Copy link
Copy Markdown

@luciofm luciofm commented Mar 13, 2018

Add support for a custom PipelineDraweeControllerBuilder.

This way is possible to have animated GIFs working on the Viewer.

    PipelineDraweeControllerBuilder builder = ImageViewer.createPipelineDraweeControllerBuilder();
    builder.setAutoPlayAnimations(true);
    new ImageViewer.Builder<>(this, posters)
            .setCustomDraweeControllerBuilder(builder)
            .setStartPosition(startPosition)
            .show();

@dmachacon
Copy link
Copy Markdown

I hope this gets merge soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants