mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
10 lines
320 B
XML
10 lines
320 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
|
|
|
|
<ActionBar>
|
|
<Label text="Parent page"></Label>
|
|
</ActionBar>
|
|
|
|
<GridLayout backgroundColor="blue">
|
|
<Frame id="nestedFrame" defaultPage="ui-tests-app/nested-frames/nested-page" actionBarVisibility="never"></Frame>
|
|
</GridLayout>
|
|
</Page> |