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