mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" navigatingTo="onNavigate">
|
|
<TabView>
|
|
<TabView.items>
|
|
<TabViewItem title="tAb ViEw" id="tab1">
|
|
<TabViewItem.view>
|
|
<StackLayout>
|
|
<Button text="apply" tap="applyTap"/>
|
|
<Button text="reset" tap="resetTap"/>
|
|
</StackLayout>
|
|
</TabViewItem.view>
|
|
</TabViewItem>
|
|
<TabViewItem title="tAb ViEw" id="tab2">
|
|
<TabViewItem.view>
|
|
<Label text="empty tab" />
|
|
</TabViewItem.view>
|
|
</TabViewItem>
|
|
<TabViewItem title="tAb ViEw" id="tab3">
|
|
<TabViewItem.view>
|
|
<Label text="empty tab" />
|
|
</TabViewItem.view>
|
|
</TabViewItem>
|
|
<TabViewItem title="tAb ViEw" id="tab4">
|
|
<TabViewItem.view>
|
|
<Label text="empty tab" />
|
|
</TabViewItem.view>
|
|
</TabViewItem>
|
|
</TabView.items>
|
|
</TabView>
|
|
</Page> |