mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
10 lines
310 B
XML
10 lines
310 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<Page>
|
|
<SegmentedBar style="vertical-align: center; margin: 20;">
|
|
<SegmentedBar.items>
|
|
<SegmentedBarItem title="Item 1" />
|
|
<SegmentedBarItem title="Item 2" />
|
|
<SegmentedBarItem title="Item 3" />
|
|
</SegmentedBar.items>
|
|
</SegmentedBar>
|
|
</Page> |