-
Notifications
You must be signed in to change notification settings - Fork 523
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
Comments
Same problem here with a dialog theme on an activity. |
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. Happy coding :) |
Hi Guys. if you customised the library then you just need to set bottom margins to zero in setTarget() method. Happy coding :) |
Coming in a bit late, but another way to do this without altering the code is to simply set Either will disable the margin that is left by MSV for a potential navbar -- even if your particular view has none. |
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
Any suggestions or solutions would be much appreciated.
Thanks in advance.
The text was updated successfully, but these errors were encountered: