You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , I am using this library in my project . I am using a viewpager in which I am adding fragments which have the fading actionbar effect on scroll.
I have to add a footerview at the bottom of each fragment.I want my scrollview content to scroll from behind my footerview.
What I did was , I made my parent Layout as the frame layout. then added a scrollview first then my footer view .
Looking at the library I found that it treats the whole container as the scrollview content.
I'm stuck . Please help
The text was updated successfully, but these errors were encountered:
Hi , I am using this library in my project . I am using a viewpager in which I am adding fragments which have the fading actionbar effect on scroll.
I have to add a footerview at the bottom of each fragment.I want my scrollview content to scroll from behind my footerview.
What I did was , I made my parent Layout as the frame layout. then added a scrollview first then my footer view .
Looking at the library I found that it treats the whole container as the scrollview content.
I'm stuck . Please help
The text was updated successfully, but these errors were encountered: