Files
NativeScript/apps/app/ui-tests-app/nested-frames/full-screen-n-y-flat.xml
2019-02-06 13:13:03 +02:00

10 lines
349 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="ui-tests-app/nested-frames/nested-page-flat" actionBarVisibility="always"></Frame>
</GridLayout>
</Page>