mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
12 lines
413 B
XML
12 lines
413 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="ui-tests-app/nested-frames/nested-page" actionBarVisibility="never"></Frame>
|
|
</GridLayout>>
|
|
</GridLayout>
|
|
</Page> |