android-menudrawer v2.0.0 Release Notes
Release Date: 2013-01-23 // over 9 years ago-
Major API changes
- All classes are now in the net.simonvt.menudrawer package.
- MenuDrawerManager no longet exists. Menu is added with MenuDrawer#attach(...).
- Drawer position is now selected with Position enums instead of int constants.
- Width methods/attributes have been renamed to 'size'.
Added top/bottom drawer.
Added static (non-draggable, always visible) drawers.
The touch bezel size is now configurable with MenuDrawer#setTouchBezelSize(int).
MenuDrawer#saveState() now only required when dragging the entire window.
Drawers can now be used in XML layouts.
Fix: Scroller class caused conflicts with other libraries.
Fix: No more overdraw when the drawer is closed.
Fix: Content no longer falls behind when slowly dragging.