Files
NativeScript/apps/ui/src/modal-view/nested-nested-frame.xml
2021-08-03 21:57:19 -07:00

9 lines
383 B
XML

<Page xmlns="http://schemas.nativescript.org/tns.xsd"
navigatingTo="navigatingTo"
loaded="onLoaded" unloaded="onUnloaded" backgroundColor="Red">
<StackLayout backgroundColor="PaleGreen" margin="10">
<Label text="{{ context }}"/>
<Button text="Show Alert" tap="{{ onTap }}"/>
<Button text="Open Nested Frames" tap="{{ openNestedFrames }}" />
</StackLayout>
</Page>