mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Update action-view.xml test page
This commit is contained in:
@ -2,11 +2,11 @@
|
||||
<Page.actionBar>
|
||||
<ActionBar>
|
||||
<ActionBar.actionItems>
|
||||
<ActionItem>
|
||||
<ActionItem tap="navigate">
|
||||
<ActionItem.actionView>
|
||||
<StackLayout orientation="horizontal">
|
||||
<Label text="Green" color="green" tap="navigate"/>
|
||||
<Label text="Red" color="red" tap="navigate"/>
|
||||
<Label text="Green" color="green" />
|
||||
<Label text="Red" color="red" />
|
||||
</StackLayout>
|
||||
</ActionItem.actionView>
|
||||
</ActionItem>
|
||||
@ -16,4 +16,4 @@
|
||||
<StackLayout>
|
||||
<Button text="go to cleared page" tap="navigate"/>
|
||||
</StackLayout>
|
||||
</Page>
|
||||
</Page>
|
||||
|
Reference in New Issue
Block a user