SimonVT / android-menudrawer

*DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app.
http://simonvt.github.com/android-menudrawer/
Apache License 2.0
2.59k stars 1.11k forks source link

Menu drawer toggle events #257

Open saritagandhi opened 9 years ago

saritagandhi commented 9 years ago

Hi,I am using library to display top drawer.I want to update some data with action bar title and icon depending on drawer open and close events.I am not able to get any method to capture toggle events of menu drawer.Could you please guide me with this problem?

uzman commented 9 years ago

MenuDrawer mDrawer; mDrawer.toggleMenu();