Closed Kintaro37 closed 7 years ago
Yes this is possible, just put a toolbar outside the DuoDrawerLayout.
Example:
<LinearLayout>
<android.support.v7.widget.Toolbar/>
<nl.psdcompany.duonavigationdrawer.views.DuoDrawerLayout>
<nl.psdcompany.duonavigationdrawer.views.DuoMenuView/>
<FrameLayout/>
</nl.psdcompany.duonavigationdrawer.views.DuoDrawerLayout>
</LinearLayout>
Hello, First of all, thank you for sharing your work. Also, here is a question, not an issue report.
Is there a possibility to keep the toolbar always visible on top, so that on the hamburger click, the menu drawer slides below the toolbar?