I\'ve made an app using Android Design Library, with a Toolbar and TabLayout. Actually 2 tabs are present, both with 2 RecyclerView, that automati
You can add within your XML, the property layout_behaviour with value @string/appbar_scrolling_view_behavior this way:
layout_behaviour
@string/appbar_scrolling_view_behavior
app:layout_behavior="@string/appbar_scrolling_view_behavior"