navigation drawer google maps v2 , map blocking drawer

android, google-maps-android-api-2, navigation-drawer

Solution

There is a bug with google maps api v2 and black space. Maybe you have got similar problem. For solutions look here: https://github.com/jfeinstein10/SlidingMenu/issues/228 and here: https://github.com/jfeinstein10/SlidingMenu/issues/168

As far as I remember solutions are one of this:

- extending Google Maps and make it to redraw every view more often

- set map's z index on top param to true

- put transparent overlay over Google Maps view

Problem

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 bypass this by hiding map when drawer opens and show it when closes but I'm looking for more elegant solution if someone came up with any?

Original source