-
Notifications
You must be signed in to change notification settings - Fork 689
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
Using Snackbar #49
Comments
Hi, |
Hi |
I do use snackbars in my app and my xml looks like this:
Snackbar appears at bottom of FrameLayout; my CoordinatorLayout has layout_height:match_parent, but I don't know if that matters. |
Thanks |
I copied (and adapted) your xml and this is the initialization in activity; the snackbar appears at the bottom of the scrollview. |
@Arlem @silverboyir no need of using two co-ordinator layouts. I am pushing an update for the library to night which will take care of all those |
Pushed 1.3.0 to you can use SnackBar with version 1.3.0 |
Hi
how i can use snackbar when using bottom navigation in activity ?
I'm not getting any error , just its not showing , maybe its showing under the bottom bar ?
The text was updated successfully, but these errors were encountered: