Files
NativeScript/e2e/ui-tests-app/app/action-bar/background-page.xml
2019-09-19 15:40:31 +03:00

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>