Update action-view.xml test page

This commit is contained in:
Vasil Chimev
2016-03-02 10:44:24 +02:00
parent d4cf77e5fc
commit 0693e30805

View File

@ -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>
@ -16,4 +16,4 @@
<StackLayout> <StackLayout>
<Button text="go to cleared page" tap="navigate"/> <Button text="go to cleared page" tap="navigate"/>
</StackLayout> </StackLayout>
</Page> </Page>