I have this problem when opening drawer on gingerbread and behind is google map v2. Map that should be on screen behind gets on top of everything.
Now I could bypas
Just wrap SupportMapFragment with FrameLayout and put transparent View above like this:
Tested with Android 4.0.4 - works fine for me