Search code examples
androidactionbarsherlock

Is there any way use new DrawerLayout with ActionBarSharlock?


I am wondering if there any way to use new DrawerLayout from support library with ActionBarSherlock? I found workaround for ICS+ but what i need is support for android 2.2+ The problem is that ABS hold reference for original android.view.MenuItem only when ICS+ but for older version there is inner implementation that not hold reference for original one.


Solution

  • There is a project on GitHub that works perfectly

    SherlockNavigationDrawer

    Hope this helps