Files
NativeScript/e2e/ui-tests-app/app/action-bar/background-css-page.xml
2019-08-22 13:57:40 +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>