Files
NativeScript/e2e/ui-tests-app/app/nested-frames/full-screen-n-y-page.xml
2019-09-19 15:40:31 +03:00

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>