-1

I have Frame Layout(Each Containing RecyclerView), Bottom Navigation Bar and a Custom toolbar.

I want that for each Fragment whenever their is some upward scrolling event occurs, my toolbar should hide and whenever comes back whenever down scrolling event occurs.

Can you help to do this as I am new to Android Programming.

mariuss
  • 1,177
  • 2
  • 14
  • 30
  • You could use a `CoordinatorLayout` and manage the collapsing modes. – Juanje Oct 07 '18 at 11:47
  • Can you help me with that more.But I have recyceler view in Fragment and RecyclerView in Fragment – Jurnel Kursey Oct 07 '18 at 11:47
  • Welcome to Stack Overflow. Please post a [Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve). Providing source code enables members to offer more specific advice. Thanks! – Elletlar Nov 03 '18 at 00:31

1 Answers1

0

Check This or This.

These questions answer the problem of hiding the bottom bar.

Juanje
  • 1,235
  • 2
  • 11
  • 28