Major update
- Stripping main library classes to bare minimum -
MaterialMenuDrawable
andMaterialMenuView
. - Removed all
extras
packages since ActionBarCompat or ActionBarSherlock are not being maintained
for quite a while now. Most usages will be withToolbar
. Integrating the drawable into it will be up
to the user of the library (see README or demo). - Removed
nineoldadroids
dependency - reduced method count by 929! - Bumped min api version to 14