mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
13 lines
407 B
XML
13 lines
407 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" actionBarHidden="true">
|
|
|
|
<ActionBar>
|
|
<Label text="Parent page"></Label>
|
|
</ActionBar>
|
|
|
|
<GridLayout rows="200, *" backgroundColor="blue">
|
|
<GridLayout row="1">
|
|
<Frame id="nestedFrame" defaultPage="nested-frames/nested-flat-page" actionBarVisibility="always"></Frame>
|
|
</GridLayout>>
|
|
</GridLayout>
|
|
</Page>
|