mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Merge pull request #1683 from NativeScript/vchimev-patch
Update action-view.xml test page
This commit is contained in:
@ -2,11 +2,11 @@
|
|||||||
<Page.actionBar>
|
<Page.actionBar>
|
||||||
<ActionBar>
|
<ActionBar>
|
||||||
<ActionBar.actionItems>
|
<ActionBar.actionItems>
|
||||||
<ActionItem>
|
<ActionItem tap="navigate">
|
||||||
<ActionItem.actionView>
|
<ActionItem.actionView>
|
||||||
<StackLayout orientation="horizontal">
|
<StackLayout orientation="horizontal">
|
||||||
<Label text="Green" color="green" tap="navigate"/>
|
<Label text="Green" color="green" />
|
||||||
<Label text="Red" color="red" tap="navigate"/>
|
<Label text="Red" color="red" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
</ActionItem.actionView>
|
</ActionItem.actionView>
|
||||||
</ActionItem>
|
</ActionItem>
|
||||||
|
Reference in New Issue
Block a user