Files
NativeScript/e2e/ui-tests-app/app/issues/issue-2661-second-page.xml
2019-06-20 15:58:36 +03:00

8 lines
212 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd">
<Page.actionBar>
<ActionBar title="blue yellow"/>
</Page.actionBar>
<StackLayout>
<Button text="Back" tap="onTap" />
</StackLayout>
</Page>