| Package | Description |
|---|---|
| net.simonvt.menudrawer |
| Modifier and Type | Method and Description |
|---|---|
static MenuDrawer.Type |
MenuDrawer.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MenuDrawer.Type[] |
MenuDrawer.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MenuDrawer |
MenuDrawer.attach(android.app.Activity activity,
MenuDrawer.Type type)
Attaches the MenuDrawer to the Activity.
|
static MenuDrawer |
MenuDrawer.attach(android.app.Activity activity,
MenuDrawer.Type type,
Position position)
Attaches the MenuDrawer to the Activity.
|
static MenuDrawer |
MenuDrawer.attach(android.app.Activity activity,
MenuDrawer.Type type,
Position position,
int dragMode)
Attaches the MenuDrawer to the Activity.
|
Copyright © 2012-2013. All Rights Reserved.