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
I have added this line before calling setDrawerListener.
mDrawerLayout.post(new Runnable() { @Override public void run() { mDrawerToggle.syncState(); } });
Hope this will fix the issue in lower devices.