-
Notifications
You must be signed in to change notification settings - Fork 475
Toolbar Spec
iBeliever edited this page Dec 17, 2014
·
2 revisions
See the Material Design spec
-
Standard app bar
-
Expanded height
-
Card overlay
-
Floating toolbar
-
Split-column toolbars
-
Transparent toolbars
-
Custom content
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
}
}