mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 17:16:52 +08:00
19 lines
663 B
XML
19 lines
663 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
|
|
<FlexboxLayout id="body">
|
|
<FlexboxLayout class="flex-item header">
|
|
<Label text="Header" />
|
|
</FlexboxLayout>
|
|
<FlexboxLayout class="flex-item sidebar">
|
|
<Label text="Sidebar" />
|
|
</FlexboxLayout>
|
|
<FlexboxLayout class="flex-item main">
|
|
<Label text="Main" />
|
|
</FlexboxLayout>
|
|
<FlexboxLayout class="flex-item sidebar">
|
|
<Label text="Sidebar" />
|
|
</FlexboxLayout>
|
|
<FlexboxLayout class="flex-item footer">
|
|
<Label text="Footer" />
|
|
</FlexboxLayout>
|
|
</FlexboxLayout>
|
|
</Page> |