mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
16 lines
409 B
XML
16 lines
409 B
XML
<Page loaded="pageLoaded">
|
|
<Page.actionBar>
|
|
<ActionBar title="Title">
|
|
<ActionBar.titleView>
|
|
<StackLayout orientation="horizontal">
|
|
<Button text="1st" />
|
|
<Button text="2nd" />
|
|
<Button text="3rd" />
|
|
</StackLayout>
|
|
</ActionBar.titleView>
|
|
</ActionBar>
|
|
</Page.actionBar>
|
|
<StackLayout>
|
|
<Button text="do nothong" />
|
|
</StackLayout>
|
|
</Page> |