Hi Mike,
How can I insert items and footer item on bottom of the drawer?
https://github.com/mikepenz/MaterialDrawer#modify-items-or-the-drawer
@mikepenz I'm using .withFooter(drawerFooterView) but it won't be placed at the bottom of the drawer.
@meNESS you want the StickyFooter ;)
How to add multiple items using StickyFooter ?
@swapnilsaha2010 I think you have to create custom layout for multiple items at footer.
But when I use it, it shows "cannot resolve method addStickyDrawerItems". How to solve it?
which version of the drawer do you use?
5.2.6
@swapnilsaha2010 probably you are doing it on the Drawer instead the DrawerBuilder?
Most helpful comment
@meNESS you want the
StickyFooter;)