Files
NativeScript/apps/ui/src/nested-frames/mid-screen-y-n-flat-page.xml

13 lines
405 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>