mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
575 B
XML
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> |