Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.0.0.tar.gz | 2016-09-13 | 471.6 kB | |
2.0.0.zip | 2016-09-13 | 489.2 kB | |
README.md | 2016-09-13 | 473 Bytes | |
Totals: 3 Items | 961.3 kB | 0 |
Major update
- Stripping main library classes to bare minimum - MaterialMenuDrawable
and MaterialMenuView
.
- Removed all extras
packages since ActionBarCompat or ActionBarSherlock are not being maintained
for quite a while now. Most usages will be with Toolbar
. 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