mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
466 B
XML
14 lines
466 B
XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
|
|
|
|
<ActionBar flat="true">
|
|
<Label text="Parent page flat action bar"></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> |