Since last updates of support libraries i need to use Toolbar instead of ActionBar.
Toolbar with custom layout can be initialized when i use setContentView on Activity and main problem that Toolbar is a part of content, but need to open my VERTICAL TOP menu below Toolbar.
How can it be possible?
Since last updates of support libraries i need to use Toolbar instead of ActionBar. Toolbar with custom layout can be initialized when i use setContentView on Activity and main problem that Toolbar is a part of content, but need to open my VERTICAL TOP menu below Toolbar. How can it be possible?