gngr
gngr copied to clipboard
Support Flex Layout
https://drafts.csswg.org/css-flexbox-1/
Container Attributes :
- display
- flex-flow
- flex-direction
- flex-wrap
- justify-content
- align-items
- align-content
Item Attributes :
- align-self
- order
- flex
- flex-grow
- flex-shrink
- flex-basis
For reference, there is now a java library that implements Flex layout: https://github.com/AmaronUI/amaronui-layouts