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