mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
5 lines
202 B
XML
5 lines
202 B
XML
<StackLayout xmlns:customControls="xml-declaration/mymodule" class="MySecondCustomStackLayout">
|
|
<Label id="Label1" text="mymodulewithxml" />
|
|
<Button text="Click!" tap="buttonTap2" />
|
|
</StackLayout>
|