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

10 lines
348 B
XML

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