This only happens on Android 2.x. If you put a GoogleMapFragment
on a screen that scrolls when the software keyboard is shown, part of your other widgets will be overlaid with black rectangles.
This seems to be related with https://code.google.com/p/android/issues/detail?id=11676. As far as I know, the new V2 GoogleMap uses SurfaceView
to draw, but we do not have access to the SurfaceView
directly.
P.S. Actually this is a variation of Android's EditText is hidden when the virtual keyboard is shown and a SurfaceView is involved. I post this here to increase visibility, since this is a common Google Map V2 problem. If you think this should be a community question, please let me know or just change it.