mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
9 lines
315 B
XML
9 lines
315 B
XML
<Page loaded="pageLoaded">
|
|
<Page.optionsMenu>
|
|
<MenuItem text="test" tap="optionTap" android.position="popup" />
|
|
<MenuItem text="with icon" tap="optionTap" icon="~/app/test-icon.png" android.position="actionBar" />
|
|
</Page.optionsMenu>
|
|
<StackLayout>
|
|
<Button text="button" />
|
|
</StackLayout>
|
|
</Page> |