mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 06:10:56 +08:00
13 lines
345 B
XML
13 lines
345 B
XML
<Page>
|
|
<Page.actionBar>
|
|
<ActionBar title="Page Title">
|
|
<NavigationButton text="go back"/>
|
|
<ActionBar.actionItems>
|
|
<ActionItem text="ITEM" tap="navigate"/>
|
|
</ActionBar.actionItems>
|
|
</ActionBar>
|
|
</Page.actionBar>
|
|
<StackLayout>
|
|
<Button text="go to previous page" tap="navigate"/>
|
|
</StackLayout>
|
|
</Page> |