mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-20 15:34:26 +08:00
6 lines
180 B
XML
6 lines
180 B
XML
<Page>
|
|
<ActionBar title="This is RED" class="action" automationText="actionBar"/>
|
|
<StackLayout>
|
|
<Button text="go to cleared page" tap="navigate"/>
|
|
</StackLayout>
|
|
</Page> |