HideOnScrollExample
HideOnScrollExample copied to clipboard
This is an example on how to show/hide views when scrolling a list.
I have found that at the last item of recycleview we can not see the FAB the same as at the first item of recycleview , luckily you have solved...
This is my main layout: ``` ``` I want to set the toolbar to snap mode but with this code , Coordinator Layout also shifts viewpager with toolbar. I want...
hi, thanks for this good lib! i've tried to change 1 tab to my custom list view (expandable list view type). the expandable list view is working, but when i...
i 've got two big items in my recycler view and when i scroll it down , toolbar is hiding, but then when i try to scroll it back, it's...
hai, how it's work, if Tab and Viewpager in fragment ? like this : ``` `` `` ``` and this is layout fragment: ``` `` `` ``` this is a...