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

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>