navigation drawer google maps v2 , map blocking drawer

前端 未结 4 1053
走了就别回头了
走了就别回头了 2020-12-29 06:54

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

4条回答
  •  旧时难觅i
    2020-12-29 07:38

    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

提交回复
热议问题