I\'m trying to integrate the ActionBarSherlock with Google Maps API v2 fragments.
I have a layout with 2 fragments: one for a list layout and another with a SupportM
This is not a problem with ActionBarSherlock, but a broader one when you have SupportMapFragment inside your custom fragment.
You need to use getChildFragmentManager() to add SupportMapFragment and not through xml.
Take a look at my answer here: MapFragment in Fragment, alternatives?