Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请问如何屏蔽掉gif图片 #39

Open
mishaoshuai opened this issue Oct 23, 2017 · 1 comment
Open

请问如何屏蔽掉gif图片 #39

mishaoshuai opened this issue Oct 23, 2017 · 1 comment

Comments

@mishaoshuai
Copy link

No description provided.

@TangXiaoLv
Copy link
Owner

//open album
添加忽略的过滤条件
GalleryConfig config = new GalleryConfig.Build()
.limitPickPhoto(3)
.singlePhoto(false)
.hintOfPick("this is pick hint")
.filterMimeTypes(new String[]{"image/gif"})
.build();

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

No branches or pull requests

2 participants