From ba9d3ded51f431d89a015338157c96db68a9be0c Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Wed, 17 Aug 2016 11:30:09 +0200 Subject: [PATCH] Update FAQ.md * add how to create CustomDrawerItems FAQ --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index 0258b676e..2f6323203 100644 --- a/FAQ.md +++ b/FAQ.md @@ -8,6 +8,7 @@ Each question and it's answer is hosted in a separate file within the FAQ folder * [How do I make the drawer appear underneath the Toolbar?](FAQ/howto_show_drawer_under_toolbar.md) * [How do I create a Multi-pane layout with MaterialDrawer for tablets?](FAQ/howto_show_drawer_in_tablet_multipane.md) * [Why is there whitespace where the status bar should be while my theme is set as fullscreen ?](FAQ/status_bar_whitespace.md) +* [How do I change existing or add my own CustomDrawerItems to the MaterialDrawer?](FAQ/howto_modify_add_custom_draweritems.md) ##AccountHeader