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
MapFragment
This worked for me... Add map:zOrderOnTop="true" to your fragment as this...
Remember to add this to your parent ScrollView
xmlns:map="http://schemas.android.com/apk/res-auto"