This is a rather simplistic implementation of an Android drawer widget which provides a handle.
It supports click, drag, and fling actions out of the box.
drawerHandle:drawabledrawerOpen:text|drawabledrawerClosed:text|drawabledrawerOpenColor:colordrawerClosedColor:colordrawerPeek:dimensiondrawerHandleHeight:dimensiondrawerHandleWidth:dimensiondrawerHandleId:iddrawerHandleTextSize:dimensiondrawerInitialState:enumclosedopendrawerSlideDuration:int (milliseconds)
- Include the library in your project
- Use in XML or programmatically - Drawer extends LinearLayout so it can be used just as any other ViewGroup
- Fill in attributes - no guarantees on what happens if some are missing although theoretically it'll work