Files
NativeScript/apps/automated/app/ui/action-bar/ActionBar_NumberAsText.xml
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

13 lines
341 B
XML

<Page>
<Page.actionBar>
<ActionBar title="Service Asset Maintenance">
<ActionBar.actionItems>
<ActionItem text="1" ios.position="right"/>
</ActionBar.actionItems>
</ActionBar>
</Page.actionBar>
<StackLayout>
<Button text="Click me" />
</StackLayout>
</Page>