Files
NativeScript/apps/ui/app/issues/issue-2661-page.xml

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>