Polymap4 / polymap4-rhei

Components for domain specific apps
0 stars 2 forks source link

[Material Design] Toolbar / App bar #7

Closed fb71 closed 8 years ago

fb71 commented 8 years ago

Implement Toolbars and App bars (see also Toolbars spec)

Batik has a multi-page layout which is not part of Material design. So maybe our implementation will differ from MD spec. I think that toolbars should be specific to one page while app bars are always displayed.

fb71 commented 8 years ago

API is ok but layout does not work yet. We need a way to get "special areas" from the MdAppDesign, so that design can layout and we can fill.

fb71 commented 8 years ago

Toolbar is basically working for ActionItem, RadioItem and ToggleItem. Support of groups and other things are handled in separate tickets.