material-menu v2.0.0 Release Notes
Release Date: 2016-09-13 // about 8 years ago-
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
- Stripping main library classes to bare minimum -
Previous changes from v1.5.4
-
- ๐ฆ Use
AppCompatActivity
instead ofActionBarActivity
forextras-toolbar
package - ๐ BUG FIX:
MaterialMenuView
visibility is now preserved onSavedState
- ๐ฆ Use