* [Library] SimonVT / MenuDrawer
* Creating a Navigation Drawer | Android Developer
我的專案目前是採用 SimonVT 的 MenuDrawer
以下是一些筆記
// 拉開整個 drawer, 包含 actionbar
menuDrawer = MenuDrawer.attach(this, MenuDrawer.Type.BEHIND,
Position.LEFT, MenuDrawer.MENU_DRAG_WINDOW);
// 整個螢幕中任意位置向左拉, 都會拉開 drawer
menuDrawer.setTouchMode(MenuDrawer.TOUCH_MODE_FULLSCREEN);
沒有留言 :
張貼留言