Files
NativeScript/tests/app/ui/root-view/root-modules/tabview-root.xml
Vladimir Amiorkov fb5c97cf57 fix-next(css): CSS not applied to "drawerContent" when RadSideDrawer is used as root (#5466)
* fix(XMLBuilder): Pass the "module path name" when building "custom component"
* test(root-view): root view css applied tests
2018-03-01 15:55:21 +02:00

17 lines
338 B
XML

<TabView>
<TabView.items>
<TabViewItem title="Tab">
<TabViewItem.view>
<Label text="Tab" />
</TabViewItem.view>
</TabViewItem>
<TabViewItem title="Tab">
<TabViewItem.view>
<Label text="Tab" />
</TabViewItem.view>
</TabViewItem>
</TabView.items>
</TabView>