android-menudrawer v3.0.0 Release Notes

Release Date: 2013-06-09 // almost 11 years ago
    • Added drawer that overlays the content
    • Removed most MenuDrawer subclasses. Only three exist now:
      • SlidingDrawer - A drawer that's behind the content
      • OverlayDrawer - A drawer that overlays the content
      • StaticDrawer - The menu is always visible

    The drawers are selected by passing a Type to the MenuDrawer#attach method. When adding drawers in xml, put one of these subclasses and add the mdPosition attribute.

    • Added method to disable the overlay that's drawn when the drawer is dragged
    • Relocated the library to net.simonvt.menudrawer:menudrawer in maven central