aurelhubert / ahbottomnavigation

A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design.
3.83k stars 682 forks source link

hide/show when recycler scroll inside fragment #364

Open amirhoseinpourali opened 6 years ago

amirhoseinpourali commented 6 years ago

my BottomNavigation is in the activity and my RecyclerView is in the Fragment. how i can set behavior to BottomNavigation ? Sorry for my english.

jahirfiquitiva commented 6 years ago

If you use the RecyclerView inside a CoordinatorLayout this should suffice:

bottomNavigation.setBehaviorTranslationEnabled(true);