Reputation: 3412
This popular guide suggests using drawer for post honeycomb devices which aren't yet dominating the overall scene. So, I tried to rewrite the same code with ActionBarSupport from ActionBarActivity.
It doesn't work completely perfect though: ActionBarDrawerToggle isn't rendered properly - there is no icon with 3 stripes, homebutton clicks don't open/close the drawer.
Has anyone tried doing it? And what are the workarounds for ActionBarSupport with NavigationDrawer?
Upvotes: 0
Views: 70
Reputation: 5271
Here is a library which works fine.
https://github.com/nicolasjafelle/SherlockNavigationDrawer
Upvotes: 1