mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
15 lines
426 B
XML
15 lines
426 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
|
|
|
|
<ActionBar>
|
|
<Label text="Parent page"></Label>
|
|
</ActionBar>
|
|
|
|
<TabView selectedTabTextColor="green">
|
|
<TabViewItem title="First">
|
|
<GridLayout>
|
|
<Frame id="nestedFrame" defaultPage="nested-frames/nested-page" actionBarVisibility="never"></Frame>
|
|
</GridLayout>
|
|
</TabViewItem>
|
|
</TabView>
|
|
</Page>
|