I want to implement Toolbar
something like the following design. It is called flexible toolbar and card toolbar
I tried implementing the custom view inside toolbar. I achieved something like below image!
Now what I did is added custom view to Toolbar but I want to implement like first image. I want to create a card like view on tool bar with all those action views.
To achieve that (As per my view) I can create a custom layout and add it over tool bar. Then I should attach another layout below the toolbar.
My question is whether I should do it as what I said or is there any other simpler way I can implement it?