support for custom components CSS added

This commit is contained in:
Vladimir Enchev
2015-07-08 11:28:13 +03:00
parent 7ded3a7437
commit f478c619d8
7 changed files with 48 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
<StackLayout xmlns:customControls="xml-declaration/mymodule">
<StackLayout xmlns:customControls="xml-declaration/mymodule" cssClass="MySecondCustomStackLayout">
<Label id="Label1" text="mymodulewithxml" />
<Button text="Click!" tap="buttonTap2" />
</StackLayout>