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

7 lines
181 B
XML

<Page>
<ActionBar title="This is RED" class="action" automationText="actionBar"/>
<StackLayout>
<Button text="go to cleared page" tap="navigate"/>
</StackLayout>
</Page>