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