Hi,
Whenever I open modal dialog window (with EditText in it) over the map, keyboard opening is triggered. This causes ugly map animation: map repositions and then comes back to original position. It takes less than a second, but looks ugly.
The same happens when I have EditText with a ListView.
Any solution?
Can you provide sample code and/or a gif demonstrating this animation that you are seeing?
I can't do this at the moment, but I guess it's normal behavior of layout and you can't do much about it. This happens because remaining space shrinks. The problem is solved with `android:windowSoftInputMode="adjustPan"`, but other issues appear...