mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
9 lines
209 B
XML
9 lines
209 B
XML
<Page backgroundColor="green" navigatedTo="onNavigatedTo">
|
|
|
|
<ActionBar class="action-bar">
|
|
<Label class="action-bar-title" text="Modal"></Label>
|
|
</ActionBar>
|
|
|
|
<Label text="Text" />
|
|
</Page>
|