mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 09:01:10 +08:00
12 lines
347 B
XML
12 lines
347 B
XML
<Page>
|
|
<StackLayout>
|
|
<SegmentedBar selectedIndex="1">
|
|
<SegmentedBar.items>
|
|
<SegmentedBarItem title="Item 1" />
|
|
<SegmentedBarItem title="Item 2" />
|
|
<SegmentedBarItem title="Item 3" />
|
|
</SegmentedBar.items>
|
|
</SegmentedBar>
|
|
<Button text="go to previous page" tap="navigate"/>
|
|
</StackLayout>
|
|
</Page> |