fun appendCustomDrawer(view: View, gravity: Int): DrawerBuilder<Parent, Child>
Add a custom drawer to the layout
Note that drawers with the same gravity as the FilterDrawer will be removed
view
- The view for the custom drawer to be added
gravity
- The gravity of the custom drawer
Return
this