Have the navigation Drawer working with the sherlock actionbar but i am having trouble getting the 3 line icon (like gmail) to show instead of the normal up button \"<\". He
Have you tried implementing the method:
mDrawerToggle.syncState();
This has worked for me in the past.