Vipul Asri
Vipul Asri

Reputation: 9223

Bottom Navigation View in Support Library v25.0.0 animation?

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:

  1. Floating Action Button overlaps with Bottom Navigation View.
  2. Snackbar displays above Bottom Navigation View.
  3. Bottom Navigation Button doesn't automatically hide or appear on scrolling.
  4. Not able to get the reveal animation like below:

Bottom Navigation View Animation

Upvotes: 6

Views: 2269

Answers (2)

gauvains
gauvains

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

Max Lituchy
Max Lituchy

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

Related Questions