Fix bottom bar in CoordinatorLayout
I have a CoordinatorLayout which contains AppBarLayout and a FrameLayout which contains fragments. One of this fragment contains a TabLayout at Top, one List trough RecyclerView and at the Bottom one "homemade" toolbar. The AppBarLayout is configured with app:layout_scrollFlags="scroll|enterAlways" My problem is that both "toolbars" are hiding when scroll, the AppBarLayout and my "homemade" toolbar at the bottom. This is the current behaviour I would like to fix the bottom "homemade" toolbar to keep visible but I can't achieve it. This is the XML of the fragment Layout <?xml version="1.0"