Files
NativeScript/apps/ui/app/action-bar/background-page.xml

14 lines
438 B
XML

<Page>
<Page.actionBar>
<ActionBar title="Page Title" style="background-color: green;" automationText="actionBar">
<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" style="background-color: green;"/>
</StackLayout>
</Page>