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

9 lines
214 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd">
<Page.actionBar>
<ActionBar title="red green"/>
</Page.actionBar>
<StackLayout>
<Button text="Forward" tap="onTap" />
</StackLayout>
</Page>