Files
NativeScript/e2e/ui-tests-app/app/nested-frames/mid-screen-n-n-page.xml
2019-06-20 15:58:36 +03:00

12 lines
400 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-page" actionBarVisibility="never"></Frame>
</GridLayout>>
</GridLayout>
</Page>