mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-23 09:01:10 +08:00
6 lines
153 B
XML
6 lines
153 B
XML
<Page>
|
|
<ActionBar title="This is RED" class="action" />
|
|
<StackLayout>
|
|
<Button text="go to cleared page" tap="navigate"/>
|
|
</StackLayout>
|
|
</Page> |