How to have the soft keyboard cover a view, yet cause other views to take the available space?
问题 Background Suppose I have a view that works as the background (MapFragment in my case), and some other views that are the content of the activity. The problem Focusing an EditText, it shows the soft keyboard, causing all views to change their sizes, including the background view. This means that showing the soft keyboard causes the background to "jump" and re-layout itself. This is especially problematic in my case, as I use MapFragment as the background. That's because I can think of a