Moving MapFragment (SurfaceView) causes black background flickering

后端 未结 16 1406
误落风尘
误落风尘 2020-12-04 09:32

I\'m trying to implement new Android Google Maps API (v2). However it doesn\'t seem to go well with SlidingMenu. As you may know, MapFragment implementation is

16条回答
  •  Happy的楠姐
    2020-12-04 09:57

    I got same problem with a webview and SlidingMenu and I solved by modifying SlidingMenu source code as explained here by main developer.

    Comment out the hardware acceleration in the manageLayers method of SlidingMenu. This seems to be the only solution since SurfaceViews don't work.

提交回复
热议问题