Files
NativeScript/e2e/ui-tests-app/app/issues/issue-2661-second-page.xml
2019-09-19 15:40:31 +03:00

9 lines
213 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>