Files
NativeScript/apps/automated/app/xml-declaration/mymodulewithxml/MyControl.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>