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

Showcase filter is clipped at the bottom of dialog fragment #164

Open
ahmadmssm opened this issue Oct 5, 2018 · 5 comments
Open

Showcase filter is clipped at the bottom of dialog fragment #164

ahmadmssm opened this issue Oct 5, 2018 · 5 comments

Comments

@ahmadmssm
Copy link

ahmadmssm commented Oct 5, 2018

Hi all,

I used this library to apply the idea of in app hints but when i applied it on a Dialog fragment, things got missed up at the bottom (Please check the image).

I used the answer in this link but with no help
screenshot_1538777431

Any suggestions or solutions would be much appreciated.

Thanks in advance.

@louiskirsch
Copy link

Same problem here with a dialog theme on an activity.

@mhadikz
Copy link

mhadikz commented Jul 16, 2019

I have the same problem when I'm using TabLayout

@kaminiksharma
Copy link

Hi Guys. if you customised the library then you just need to set bottom margins to zero in setTarget() method.
class MaterialShowcaseView.java.
It will perfectly work.

Happy coding :)

@kaminiksharma
Copy link

I have the same problem when I'm using TabLayout

Hi Guys. if you customised the library then you just need to set bottom margins to zero in setTarget() method.
class MaterialShowcaseView.java.
It will perfectly work.

Happy coding :)

@HedAurabesh
Copy link

Coming in a bit late, but another way to do this without altering the code is to simply set
MaterialShowcaseView.Builder.renderOverNavigationBar()
or
ShowcaseConfig.setRenderOverNavigationBar(boolean)
to true.

Either will disable the margin that is left by MSV for a potential navbar -- even if your particular view has none.

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

5 participants