I want to set style navbar or toolbar like android material style expanded toolbar?
Like this:https://www.google.com/design/spec/layout/structure.html#structure-toolbars
I have changed with scss
ion-toolbar{ height: 300px; }
ion-navbar{......}
but not working. Is there any way or any component to achive this?