mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
segmented bar
This commit is contained in:
@ -6,6 +6,15 @@
|
||||
<TabEntry title="Tab 1">
|
||||
<TabEntry.view>
|
||||
<StackLayout>
|
||||
|
||||
<SegmentedBar selectedIndex="1" style="background-color: red; color: white">
|
||||
<SegmentedBar.items>
|
||||
<SegmentedBarEntry title="MAY 3" />
|
||||
<SegmentedBarEntry title="MAY 4" />
|
||||
<SegmentedBarEntry title="MAY 5" />
|
||||
</SegmentedBar.items>
|
||||
</SegmentedBar>
|
||||
|
||||
<ListPicker items="{{ someItems }}" selectedIndex="3"/>
|
||||
<DatePicker year="1976" month="10" day="30" />
|
||||
<TimePicker hour="10" minute="34" />
|
||||
|
Reference in New Issue
Block a user