Skip to content
iBeliever edited this page Dec 17, 2014 · 2 revisions

Requirements

See the Material Design spec

  • Standard app bar

  • Expanded height

  • Card overlay

  • Floating toolbar

  • Split-column toolbars

  • Transparent toolbars

  • Custom content

Possible API

Page {

    // A group property for customizing the page's app bar
    appbar {
        // Hide the app bar, for a custom toolbar or just to hide it
        property bool hidden 
        
        // Override the default color of the app bar
        property color backgroundColor 
        
        // Set up content for an extended header. Hides the default title label
        property Item extendedContent
        
        // Set up content to replace the default title label
        property Item content
    }
}
Clone this wiki locally