midnight
midnight

Reputation: 3412

NavigationDrawer with ActionBarSupport

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

Answers (1)

SKK
SKK

Reputation: 5271

Here is a library which works fine.

https://github.com/nicolasjafelle/SherlockNavigationDrawer

Upvotes: 1

Related Questions