Files
NativeScript/apps/ui/app/issues/issue-2661-second-page.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07: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>