mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
12 lines
340 B
XML
12 lines
340 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> |