I want to hide TabLayout on scrolling my content. Currently I searched the net but I found samples which hide the Toolbar, but I want to hide TabLayout. So please help me. I
Hello is you wish to disappear the toolbar and the tabs still view, you must write the next code:
And if you want hide the TabLayout use scrollFlags in the block of TabLayout
app:layout_scrollFlags="scroll|enterAlways"