Added border-related properties to SegmentedBar ui-tests example

This commit is contained in:
zh-m
2016-10-20 16:42:14 +03:00
parent 6abb0db99b
commit 60259c772f

View File

@ -7,6 +7,13 @@
<SegmentedBarItem title="Item 3" />
</SegmentedBar.items>
</SegmentedBar>
<Button text="go to cleared page" tap="navigate"/>
<SegmentedBar selectedIndex="2" style="margin: 5; color: yellow; background-color: blue; font-weight: bold; font-size: 20; font-style: italic; font-family: monospace; height: 72; border-width: 2; border-radius: 7; border-color:green;" selectedBackgroundColor="red">
<SegmentedBar.items>
<SegmentedBarItem title="Item 1" />
<SegmentedBarItem title="Item 2" />
<SegmentedBarItem title="Item 3" />
</SegmentedBar.items>
</SegmentedBar>
<Button text="go to cleared page" tap="navigate" />
</StackLayout>
</Page>