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

12 lines
404 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd">
<ActionBar flat="true">
<Label text="Parent page flat action bar"></Label>
</ActionBar>
<GridLayout rows="200, *" backgroundColor="blue">
<GridLayout row="1">
<Frame id="nestedFrame" defaultPage="nested-frames/nested-page" actionBarVisibility="never"></Frame>
</GridLayout>
</GridLayout>
</Page>