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

How to hide bottom tab bar(Gallery, Photo, Video), or disable Photo and Video (Camera) buttons #37

Open
lecicdjuro opened this issue Mar 3, 2021 · 1 comment

Comments

@lecicdjuro
Copy link

The library is great, but I need help. I can't find how to disable tab change. I set only PictureMimeType.ofImage(), but I can still change the tab to the camera, and I want to disable that, but i don't know how.

@lecicdjuro lecicdjuro changed the title How to hide bottom tab bar(Gallery, Photo, Video) How to hide bottom tab bar(Gallery, Photo, Video), or disable Photo and Video (Camera) buttons Mar 3, 2021
@reach2nasrudeen
Copy link

reach2nasrudeen commented May 15, 2022

you can hide bottom tab using this code in initWidgets method at PictureSelectorInstagramStyleActivity

if (mInstagramViewPager != null) mInstagramViewPager.displayTabLayout(false);

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