Files
NativeScript/apps/app/ui-tests-app/nested-frames/full-screen-y-y.xml
2018-10-26 14:05:14 +03:00

10 lines
321 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="always"></Frame>
</GridLayout>
</Page>