mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
461 B
XML
14 lines
461 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd" actionBarHidden="true">
|
|
|
|
<ActionBar>
|
|
<Label text="Parent page"></Label>
|
|
</ActionBar>
|
|
|
|
<TabView selectedTabTextColor="green">
|
|
<TabViewItem title="First">
|
|
<GridLayout>
|
|
<Frame id="nestedFrame" defaultPage="ui-tests-app/nested-frames/nested-page" actionBarVisibility="never"></Frame>
|
|
</GridLayout>
|
|
</TabViewItem>
|
|
</TabView>
|
|
</Page> |