navigation drawer google maps v2 , map blocking drawer

前端 未结 4 1039
走了就别回头了
走了就别回头了 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条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2020-12-29 07:45

    Just wrap SupportMapFragment with FrameLayout and put transparent View above like this:

    
            
            
            
            
    

    Tested with Android 4.0.4 - works fine for me

提交回复
热议问题