mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
461 B
XML
14 lines
461 B
XML
<Page>
|
|
<Page.actionBar>
|
|
<ActionBar title="Title">
|
|
<ActionBar.actionItems>
|
|
<ActionItem text="left" tap="leftTap" ios.position="left"/>
|
|
<ActionItem text="right" tap="rightTap" ios.position="right"/>
|
|
<ActionItem text="pop" tap="popTap" ios.position="right" android.position="popup"/>
|
|
</ActionBar.actionItems>
|
|
</ActionBar>
|
|
</Page.actionBar>
|
|
<StackLayout>
|
|
<Button text="button" />
|
|
</StackLayout>
|
|
</Page> |