I have a list view (with sticky headers), and then a relative layout above it. And I want the relative layout to scroll before the listview does.
I tried putting a scroll view as the parent of the whole thing but this doesnt work, becuase I am using sticky headers, and then they lose functionality.
How could I scroll the relative layout out of the way before the list view. Without going into a lot of detail, I cannot just make the relative layout the listview header
Thanks for the help :)