mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
11 lines
330 B
XML
11 lines
330 B
XML
<Page class="page"
|
|
xmlns="http://schemas.nativescript.org/tns.xsd"
|
|
xmlns:fragments="gridlayout/fragments">
|
|
|
|
<ActionBar class="action-bar">
|
|
<Label class="action-bar-title" text="Home"></Label>
|
|
</ActionBar>
|
|
|
|
<fragments:vstack-nested-vstack-fragment></fragments:vstack-nested-vstack-fragment>
|
|
</Page>
|