mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
8 lines
231 B
XML
8 lines
231 B
XML
<Page backgroundColor="lightblue" actionBarHidden="true">
|
|
<StackLayout>
|
|
<Label text="Second Page" />
|
|
<Button tap="goToFirst" text="go to first page" />
|
|
<Button tap="goBack" text="go back" />
|
|
</StackLayout>
|
|
</Page>
|