mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
8 lines
236 B
XML
8 lines
236 B
XML
<Page backgroundColor="lightgreen" actionBarHidden="true">
|
|
<StackLayout>
|
|
<Label text="First Page" />
|
|
<Button tap="goToSecond" text="go to second page" />
|
|
<Button tap="goBack" text="go to back" />
|
|
</StackLayout>
|
|
</Page>
|