package com.rincliu.library.widget.menudrawer;
/**
* Enums used for positioning the drawer.
*/
public enum Position {
// Positions the drawer to the left of the content.
LEFT,
// Positions the drawer to the right of the content.
RIGHT
}