mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
11 lines
335 B
XML
11 lines
335 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> |