mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
12 lines
336 B
XML
12 lines
336 B
XML
<TabView androidTabsPosition="bottom" shownModally="onShownModally">
|
|
<TabViewItem title="Modal First">
|
|
<Frame defaultPage="ui/page/modal-tab-page" />
|
|
</TabViewItem>
|
|
<TabViewItem>
|
|
<Frame />
|
|
</TabViewItem>
|
|
<TabViewItem title="Modal Second">
|
|
<Label text="tab 2" />
|
|
</TabViewItem>
|
|
</TabView>
|