mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
9 lines
251 B
XML
9 lines
251 B
XML
<TabView androidTabsPosition="bottom">
|
|
<TabViewItem title="First">
|
|
<Frame defaultPage="home/home-page" />
|
|
</TabViewItem>
|
|
<TabViewItem title="Second">
|
|
<Frame defaultPage="second/second-page" />
|
|
</TabViewItem>
|
|
</TabView>
|