asdsolutions-os / duo-navigation-drawer

A flexible, easy to use, unique drawer library for your Android project.
http://psdcompany.nl/
Apache License 2.0
1.1k stars 191 forks source link

Not able to hide floating action button when drawer is opened #16

Closed mdhaider closed 6 years ago

mdhaider commented 6 years ago

I have added floating button in my main activity and want to hide when drawer is opened

potalexander commented 6 years ago

Create your own DuoDrawerToggle and hide when onDrawerOpened() is called.