shiburagi / Drawer-Behavior

Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.
https://shiburagi.github.io/Drawer-Behavior/
MIT License
593 stars 101 forks source link

How to Close Drawer or check for it's current state ?? #15

Closed gunjan1sharma closed 5 years ago

gunjan1sharma commented 5 years ago

In Normal drawer Layout we can check for drawer's current state. and if it is already Opened then we can close it by calling drawerLayout.closeDrawer(Grav...) . so How to achieve method for closing drawer ?? By the way your work is superb and really fantastic !!