mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
14 lines
432 B
XML
14 lines
432 B
XML
<Page backgroundColor="blue"
|
|
navigatingTo="onNavigatingTo"
|
|
navigatingFrom="onNavigatingFrom"
|
|
navigatedTo="onNavigatedTo"
|
|
navigatedFrom="onNavigatedFrom">
|
|
|
|
<ActionBar class="action-bar">
|
|
<Label class="action-bar-title" text="Modal Nested"></Label>
|
|
</ActionBar>
|
|
|
|
<StackLayout backgroundColor="lightBlue">
|
|
<Button text="Close Modal Nested" tap="closeModal" />
|
|
</StackLayout>
|
|
</Page> |