Snackbars should go above the bottom bar.
See original GitHub issueI don’t know if it was already reported, but when I implement this library and try to attach a snack bar like so:
Snackbar.make(bottomBar, "Some text", Snackbar.LENGTH_LONG).show();
I get this result (The snackbar overlays the bottom bar).
According to the guidelines it should look like this.
And once again, thank you for this great and quick implementation.
Issue Analytics
- State:
- Created 8 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Move snackbar above the bottom bar - android - Stack Overflow
This is indeed a very good answer, just pass nested coordinator-layout view to make() method of snackbar and snack bar will start showing...
Read more >Bottom app bar – Material Design 3
To avoid obstruction, snackbars should animate in place vertically above a bottom app bar. Refer to snackbars for more guidance on its layout...
Read more >Android : Move snackbar above the bottom bar - YouTube
Android : Move snackbar above the bottom bar [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] Android : Move snackbar ...
Read more >Move Snackbar Above The Bottomnavigationview - ADocLib
. that snack bars should appear above persistent bottom sheets. https://material.io/design/components/snackbars.html#placement The current. Implement ...
Read more >Android Snackbar Example Tutorial - DigitalOcean
A Toast messages can be customised and printed anywhere on the screen, but a Snackbar can be only showed in the bottom of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hi @roughike, @rosenpin
I am using 2.1.1 version. Snackbar is not visible in anyway. How did you achieve this? Could you provide more detailed code, please? I could not find any method like BottomBar#attach()
That’s my code:
Awesome!