I am facing an annoying problem for a few hours.
I have a relative layout with a logo which has a marginTop and a button aligned to the bottom, which has a marginBottom. Between these two views there are also some other views, centered.
The problem occurs when the keyboard is opened. What I want to happen is lift everything up. What does happen is that the button is lifted, the logo stays in a fixed position, and the other views are squeezed in the middle (on small devices they even disappear).
I know the problem can be solved if all the other views would be relative to one another, starting from the logo or button (never both!). But in this case, the logo and the button won't be in the desired places.
Any ideas are greatly appreciated.
I tried what you discribe here:
do not forget the FILLVIEWPORT = true. for the scrollview
This is what I figured out and it works perfect: