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
Take the id off the Item list fragment in your XML file.
Then put the fragment inside a container layout (LinearLayout). If you need to refer to the fragment go through that layout.
Make sure that you use the onCreateView function instead of the onCreate inside the fragment class.