Files
NativeScript/apps/ui-tests-app/action-bar/action-view.xml
2016-02-22 19:22:54 +02:00

19 lines
551 B
XML

<Page>
<Page.actionBar>
<ActionBar>
<ActionBar.actionItems>
<ActionItem>
<ActionItem.actionView>
<StackLayout orientation="horizontal">
<Label text="Green" color="green" tap="navigate"/>
<Label text="Red" color="red" tap="navigate"/>
</StackLayout>
</ActionItem.actionView>
</ActionItem>
</ActionBar.actionItems>
</ActionBar>
</Page.actionBar>
<StackLayout>
<Button text="go to cleared page" tap="navigate"/>
</StackLayout>
</Page>