I need a fragment with a header and a footer. The content which is in between (of course) needs to be scrollable. Up to there everything is going just fine. But inside of the scrollview needs to be an edittext, so at a certain moment the keyboard will come up. Unfortunately enough the keyboard also brings up the footer OR when I change the windowSoftInputMode to adjustPan it hides the header.
In short what I want to achieve is that the footer stays at the bottom, but the content of the scrollview scrolls up (when the keyboard gets the focus on the edittext). Also the header needs to be visible all the time.
Any suggestions on how to accomplish this behavior?