Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 360
Vipul Asri Avatar asked Oct 20 '16 13:10

Vipul Asri


1 Answers

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.

like image 127
Max Lituchy Avatar answered Oct 23 '22 12:10

Max Lituchy