mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
7 lines
190 B
XML
7 lines
190 B
XML
|
|
<Page
|
|
xmlns="http://schemas.nativescript.org/tns.xsd" class="page">
|
|
<StackLayout class="p-20">
|
|
<Button text="go to sub" tap="onTap" class="btn"/>
|
|
</StackLayout>
|
|
</Page> |