Files
NativeScript/apps/app/modaltest/modal-frame.1.xml
2018-01-19 16:21:09 +02:00

14 lines
575 B
XML

<Page backgroundColor="pink" codeFile='~/modaltest/page.2' actionBarHidden="true">
<Frame>
<Page backgroundColor="purple">
<ActionBar title=" AAA ">
<!-- <ActionBar title="{{ $value, 'Page ' + $value }} "> -->
<ActionItem text="close" tap="closeModal" ios.position='right' />
</ActionBar>
<StackLayout backgroundColor="orange">
<Button text="FORWARD" tap="onTap"/>
<Button text="BACKWARD" tap="onBack"/>
</StackLayout>
</Page>
</Frame>
</Page>