Files
NativeScript/e2e/ui-tests-app/app/action-bar/background-css-page.xml
2019-06-20 15:58:36 +03:00

6 lines
153 B
XML

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