Skip to content

Commit 8db0817

Browse files
committed
Add the FlexboxLayout to the layouts article
1 parent a31894e commit 8db0817

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
19.7 KB
Loading

ui/layouts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ The following table shows predefined layouts that NativeScript provides.
105105

106106
| Layouts | Description | Screenshot |
107107
| -------- | ------------ | ---------- |
108+
| [FlexboxLayout][FlexboxLayout] | This layout is a non-conformin implementation of the [CSS Flexible Box Layout](https://www.w3.org/TR/css-flexbox-1/) | ![FlexboxLayout android](../img/gallery/android/flexboxLayoutPage.png "FlexboxLayout android")|
108109
| [AbsoluteLayout][AbsoluteLayout] | This layout lets you set exact locations (left/top coordinates) for its children. | ![AbsoluteLayout android](../img/gallery/android/absoluteLayoutPage.png "AbsoluteLayout android")|
109110
| [DockLayout][DockLayout] | This layout arranges its children at its outer edges and allows its last child to take up the remaining space. | ![DockLayout android](../img/gallery/android/dockLayoutPage.png "DockLayout android")|
110111
| [GridLayout][GridLayout] | This layout defines a rectangular layout area that consists of columns and rows. | ![GridLayout android](../img/gallery/android/gridLayoutPage.png "GridLayout android")|
@@ -114,6 +115,7 @@ The following table shows predefined layouts that NativeScript provides.
114115
[views]: {%slug components %}
115116
[View]: /api-reference/classes/_ui_core_view_.view.html
116117
[Layout]: /api-reference/classes/_ui_layouts_layout_.layout.html
118+
[FlexboxLayout]: {%ns_cookbook ui/layouts/flexbox-layout%}
117119
[AbsoluteLayout]: {%ns_cookbook ui/layouts/absolute-layout%}
118120
[DockLayout]: {%ns_cookbook ui/layouts/dock-layout%}
119121
[GridLayout]: {%ns_cookbook ui/layouts/grid-layout%}

0 commit comments

Comments
 (0)