mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
12 lines
501 B
XML
12 lines
501 B
XML
<Page>
|
|
<StackLayout>
|
|
<SegmentedBar selectedIndex="2" style="color: yellow; background-color: blue; font-weight: bold; font-size: 20; font-style: italic; font-family: monospace;" 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> |