mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-22 08:21:07 +08:00
5 lines
173 B
XML
5 lines
173 B
XML
<StackLayout xmlns:customControls="app/xml-declaration/mymodule">
|
|
<Label id="Label1" text="mymodulewithxml" />
|
|
<Button text="Click!" tap="buttonTap2" />
|
|
</StackLayout>
|