Reputation: 9223
Reference: Nick Butcher's Tweet https://twitter.com/crafty/status/789008273949200384
I implemented Bottom Navigation View came out with Android Support Library v25.0.0
.
https://github.com/vipulasri/Bottom-Navigation-View-Sample
I am facing following problems:
Floating Action Button
overlaps with Bottom Navigation View
.Snackbar
displays above Bottom Navigation View
.Upvotes: 6
Views: 2269
Reputation: 1
Maybe it's late, but I made a little project to make reveal animation on background like your example without third part library.
Check it here: https://github.com/GauvainSeigneur/CircularRevealBottomNavigationView
Upvotes: 0
Reputation: 341
About your third and fourth question. Bottom navigation view is automatically hide title and make animation if you have more then 3 item in it.
And about you first and second question. You can try another root layout, for example CoordinatorLayout.
Upvotes: 1